| clear query|facets|time |
Search criteria: relevant computing.
Results from 41 to 50 from
486 (0.494s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Computing SVD Of "Large Sparse Data" - Mahout - [mail # user]
|
|
... and relevance. :) -jake On Jun 3, 2011 4:49 PM, "Eshwaran Vijaya Kumar" wrote: Hello all, We are trying to build a clustering system which will have an SVD component. I believe Mahout has two...
|
|
|
Author: Jake Mannix,
2011-06-04, 01:23
|
|
|
FieldCollapsing - Solr - [wiki]
|
|
... groups based on what documents are in the groups. One example is a search at Best Buy for a common term such as DVD, that shows the top 3 results for each category ("TVs & Video","Movies","Computers...
|
|
..."}]
}},
{
"groupValue":"ASUS Computer Inc.",
"doclist":{"numFound":1,"start":0,"docs":[
{
"id":"EN7800GTX/2DHTV/256M",
"name":"ASUS Extreme N7800GTX...
|
[+ show more]
[- hide]
| ...DHTV/256M",
"name":"ASUS Extreme N7800GTX/2DHTV (256 MB)",
"manu":"ASUS Computer Inc."}]
}
Request Parameters
param name
param value
description
group
true... |
| ... will be incorrect. If you are using SolrCloud, consider using "custom hashing"
group.truncate
true/false
If true, facet counts are based on the most relevant document of each group matching the query... |
| .... Same applies for StatsComponent. Default is false. Solr3.4 Supported from Solr 3.4 and up.
group.facet
true/false
Whether to compute grouped facets for the field facets specified in facet... |
|
|
http://wiki.apache.org/solr/FieldCollapsing
Author: HossMan,
2013-03-26, 23:05
|
|
|
How to calculate parent document relevance from child matches - ElasticSearch - [mail # user]
|
|
...", "index" : "no"}
}
}
}
}
Each item has a number of pre-computed relevance entities that increase its
relevance when they match one or more of the query terms. An example query
could...
|
|
... whether ElasticSearch keeps parents and children on the
same shard automatically but it really seems to be the most meaningful
choice otherwise I cannot compute the parent relevance correctly. I...
|
[+ show more]
[- hide]
| ...I am trying to implement a custom relevance algorithm with ElasticSearch
using a parent/child document relationship. I understand that classic
relational database joins are not possible... |
| ... but there is some limited join
functionality using parent/child or nested documents. I like to calculate a
relevance score for the parent document from matching child documents using
a custom script... |
| ..._analyzed"},
}
},
"relevance": {
"_parent": {"type": "my_item"},
"properties" : {
"search_term": {"type": "string", "index" : "not_analyzed"},
"score_data": {"type": "object... |
|
|
Author: Mario,
2013-01-17, 20:58
|
|
|
Re: Sort by relevance+distance - Lucene - [mail # user]
|
|
... lucene query in your case (iirc). For the part with the distance, you'll need the actual document locations (preferably in RAM) and compute the distance based score factor based on those...
|
|
|
Author: Paul Elschot,
2005-09-19, 07:19
|
|
|
PoweredBy - Lucene - Lucene - [wiki]
|
|
...Office.org, StarOffice and MS Office users that uses Lucene for o.a. full text indexing of Workplace documents
Odin Jobs - Job Match engine built on top of lucene that returns the most relevant jobs...
|
|
... and searched using Lucene
Collection of Computer Science Bibliographies - search in more than 2 millions of bibliographic records (scientific literature)
Community of Science - Resources...
|
|
|
http://wiki.apache.org/lucene-java/PoweredBy
Author: CagdasTatlici,
2013-02-28, 14:03
|
|
|
Re: AW: How does Lucene to compute score ? - Lucene - [mail # user]
|
|
..., you can cross search all or drill down and search a single list. You can also narrow search by author, sort by date or relevance. By the way, the Nabble people use lucene for search. Sent from...
|
|
... the Lucene - Java Users forum at Nabble.com: http://www.nabble.com/How-does-Lucene-to-compute-score--t10288.html#a685553 ...
|
|
|
Author: Will,
2005-08-22, 23:07
|
|
|
DataImportHandler - Solr - [wiki]
|
|
...;/dataConfig>
The relevant portion of schema.xml is below:
<field name="id" type="string" indexed="true" stored="true" required="true"/>
<field name="title" type="string" indexed...
|
|
|
http://wiki.apache.org/solr/DataImportHandler
Author: AlexandreRafalovitch,
2013-02-28, 13:05
|
|
|
FAQ - Nutch - [wiki]
|
|
....mail-archive.com/[EMAIL PROTECTED]/msg08665.html
Discussion
Grub has some interesting ideas about building a search engine using distributed computing. And how is that relevant to nutch?
CategoryHomepage
FAQ...
|
|
... fetched. Then later send a CONT signal to the process. Do not turn off your computer between!
How many concurrent threads should I use?
This is dependent on your particular set-up; unless...
|
|
|
http://wiki.apache.org/nutch/FAQ
Author: LewisJohnMcgibbney,
2013-02-07, 04:47
|
|
|
Re: How to calculate parent document relevance from child matches - ElasticSearch - [mail # user]
|
|
...Hi Mario
On Thu, 2013-01-17 at 12:58 -0800, Mario wrote:
> I am trying to implement a custom relevance algorithm with
> ElasticSearch using a parent/child document relationship. I...
|
|
... understand
> that classic relational database joins are not possible but there is
> some limited join functionality using parent/child or nested
> documents. I like to calculate a relevance score...
|
[+ show more]
[- hide]
| ... other factors such as whether you
will frequently update the child docs independent of the parent.
> An example query could be:
>
>
> {
> "query": {
> "has_child":{
> "type":"relevance... |
| ....org/guide/reference/query-dsl/top-children-query.html
> It is unclear to me whether ElasticSearch keeps parents and children
> on the same shard automatically but it really seems to be the most
> meaningful choice otherwise I cannot compute the parent... |
| ... relevance
> correctly. I also have ElasticSearch generating the identifiers when
> the data is indexed.
Yes, parent and child are stored on the same shard. Which shard a
document is stored... |
|
|
Author: Clinton Gormley,
2013-01-18, 09:21
|
|
|
Re: How to calculate parent document relevance from child matches - ElasticSearch - [mail # user]
|
|
... cannot compute the parent
> > relevance
> > > correctly. I also have ElasticSearch generating the
> > identifiers when
> > > the data is indexed...
|
|
... input to our relevance problem. It looks as if it is
> > something like this I am looking for but one thing strikes me though
> > with the top_children functionality. We cannot not use...
|
[+ show more]
[- hide]
| ... standard Lucene
> > score functionality. We want to apply our own scoring script, which
> > needs to use the scoring data stored in the matching children to
> > calculate parent relevance... |
| ...
> > also really need to recalculate all children when the parent is
> > updated so nested documents are maybe a better choice. Would this give
> > us additional options to solve the relevance... |
| ... Gormley wrote:
> > Hi Mario
> >
> > On Thu, 2013-01-17 at 12:58 -0800, Mario wrote:
> > > I am trying to implement a custom relevance algorithm... |
|
|
Author: Mario,
2013-01-18, 10:00
|
|
|
|