| clear query|facets|time |
Search criteria: "relevancy computation".
Results from 121 to 130 from
485 (1.407s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for "relevancy computation".
|
|
|
Search results for relevancy computation :
|
|
|
Apache Lucene - - OpenRelevance - [web site]
|
|
...TaxonomyManager manages near-real-time reopens of both IndexSearcher and
TaxonomyReader (for faceting).
Added new facet method to the facet module to compute facet counts using Sorted...
|
|
...SetDocValuesField,
without a separate taxonomy index.
DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
than one FacetRequest per dimension and now allows drilling...
|
[+ show more]
[- hide]
| ...-only
streams, hdfs, etc.
New suggest implementations: AnalyzingSuggester, where the underlying
form (computed from a lucene Analyzer) used for suggestions is
separate from the returned text... |
| ... enhancements including conditional function queries and relevancy functions.
New update processors to facilitate modifying documents prior to indexing.
A brand new web admin interface... |
| ... Lucene, Apache Solr, Apache PyLucene, Apache Open Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks... |
|
|
http://lucene.apache.org/openrelevance/mailing-lists.html
2013-05-06, 12:49
|
|
|
Index (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...BestFragment(Analyzer, String, String) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant section.
getBestFragment(TokenStream, String...
|
|
...) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant section.
getBestFragment(FieldQuery, IndexReader, int, String...
|
[+ show more]
[- hide]
| ..., String, int) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant sections.
getBestFragments(TokenStream, String... |
| ..., int) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights chosen terms in a text, extracting the most relevant sections.
getBestFragments(TokenStream, String, int... |
| ..., String) - Method in class org.apache.lucene.search.highlight.Highlighter
Highlights terms in the text , extracting the most relevant sections
and concatenating the chosen fragments... |
|
|
http://lucene.apache.org/core/4_3_0/highlighter/index-all.html
2013-05-06, 08:52
|
|
|
Field (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... the field's index-time boost.
Only fields can have an index-time boost, if you want to simulate
a "document boost", then you must pre-multiply it across all the
relevant fields yourself...
|
|
....
The boost is used to compute the norm factor for the field. By
default, in the Similarity.computeNorm(FieldInvertState) method,
the boost value is multiplied by the length normalization factor...
|
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucene/docume.../Field.html
2013-05-06, 08:52
|
|
|
Lucene Change Log - Lucene - [web site]
|
|
...SetDocValuesAccumulator, to compute topK facet counts from a
field's SortedSetDocValues. This method only supports flat
(dim/label) facets, is a bit (~25%) slower, has added cost
per-IndexReader-open to compute its ordinal...
|
|
...Searcher.search when the argument list contains a Sort
and one of the sort fields is the relevance score. Only IndexSearchers created
with an ExecutorService are concerned.
(Adrien Grand)
LUCENE-4738, LUCENE...
|
[+ show more]
[- hide]
| ...Accumualtor and return the relevant aggregator,
for aggregating the association values.
(Shai Erera)
LUCENE-4748: A FacetRequest on a non-existent field now returns an
empty FacetResult instead of skipping it... |
| ...AppendingLongBuffer: an append-only buffer for
monotonically increasing values.
(Adrien Grand)
LUCENE-4748: Added DrillSideways utility class for computing both
drill-down and drill-sideways counts for a Drill... |
| ....
(Robert Muir)
LUCENE-4796, SOLR-4373: Fix concurrency issue in NamedSPILoader and
AnalysisSPILoader when doing reload (e.g. from Solr).
(Uwe Schindler, Hossman)
LUCENE-4802: Don't compute norms... |
|
|
http://lucene.apache.org/core/4_3_0/changes/Changes.html
2013-05-06, 08:52
|
|
|
Index (Lucene 4.3.0 API) - Lucene - [web site]
|
|
....apache.lucene.facet.taxonomy.CategoryPath
The components of this CategoryPath.
compute() - Method in class org.apache.lucene.facet.partitions.PartitionsFacetResultsHandler
compute() - Method in class org...
|
|
....apache.lucene.facet.search.DepthOneFacetResultsHandler
compute() - Method in class org.apache.lucene.facet.search.FacetResultsHandler
Computes the FacetResult for the given FacetArrays.
contains(int) - Method in class org...
|
[+ show more]
[- hide]
| ....apache.lucene.facet.complements.TotalFacetCountsCache
Default size of in memory cache for computed total facet counts.
DEFAULT_CATEGORY_LIST_PARAMS - Static variable in class org.apache.lucene.facet.params.FacetIndexingParams
DEFAULT... |
|
|
http://lucene.apache.org/core/4_3_0/facet/index-all.html
2013-05-06, 08:52
|
|
|
IndexableField (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...-time boost.
Only fields can have an index-time boost, if you want to simulate
a "document boost", then you must pre-multiply it across all the
relevant fields yourself.
The boost is used...
|
|
... to compute the norm factor for the field. By
default, in the Similarity.computeNorm(FieldInvertState) method,
the boost value is multiplied by the length normalization factor and then
rounded...
|
[+ show more]
[- hide]
| ... other than 1.0f for a field that is not
indexed (IndexableFieldType.indexed() is false) or omits normalization values
(IndexableFieldType.omitNorms() returns true).
See Also:
Similarity.compute... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apache/luce.../IndexableField.html
2013-03-11, 05:47
|
|
|
Index (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... in class org.apache.lucene.queries.CustomScoreProvider
Explain the custom score.
customScore(int, float, float[]) - Method in class org.apache.lucene.queries.CustomScoreProvider
Compute...
|
|
... a custom score by the subQuery score and a number of
FunctionQuery scores.
customScore(int, float, float) - Method in class org.apache.lucene.queries.CustomScoreProvider
Compute a custom...
|
[+ show more]
[- hide]
| ...).
Subclasses can modify the computation by overriding CustomScoreQuery.getCustomScoreProvider(org.apache.lucene.index.AtomicReaderContext).
CustomScoreQuery(Query) - Constructor for class org... |
|
|
http://lucene.apache.org/core/4_3_0/queries/index-all.html
2013-05-06, 08:52
|
|
|
BlockGroupingCollector (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...Sort, determines how that group
sorts against other groups. This must be non-null,
ie, if you want to groupSort by relevance use
Sort.RELEVANCE.
topNGroups - How many top groups to keep...
|
|
....
needsScores - true if the collected documents
require scores, either because relevance is included
in the withinGroupSort or because you plan to pass true
for either get...
|
[+ show more]
[- hide]
| ... collected is NOTE: This collector is unable to compute
the groupValue per group so it will always be null.
This is normally not a problem, as you can obtain the
value just like you obtain... |
| ... is
allowed, to sort by relevance.
groupOffset - Which group to start from
withinGroupOffset - Which document to start from
within each group
maxDocsPerGroup - How many top documents to keep... |
|
|
http://lucene.apache.org/java/4_2_0/grouping/org.../BlockGroupingCollector.html
2013-03-11, 05:47
|
|
|
Uses of Package org.apache.lucene.search.grouping (Lucene 4.2.0 API) - Lucene - [web site]
|
|
... and Description
AbstractAllGroupHeadsCollector
This collector specializes in collecting the most relevant document (group head) for each group that match the query.
Abstract...
|
|
...AllGroupHeadsCollector
This collector specializes in collecting the most relevant document (group head) for each group that match the query.
AbstractAllGroupHeadsCollector.GroupHead
Represents a group head.
Abstract...
|
[+ show more]
[- hide]
| ...FirstPassGroupingCollector
FirstPassGroupingCollector is the first of two passes necessary
to collect grouped hits.
AbstractGroupFacetCollector
Base class for computing grouped facets.
Abstract... |
|
|
http://lucene.apache.org/java/4_2_0/grouping/org/apache/luc.../package-use.html
2013-03-11, 05:47
|
|
|
org.apache.lucene.search.grouping (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...AllGroupHeadsCollector that can be used to retrieve all most relevant
documents per group. Also known as group heads. This can be useful in situations when one wants to compute group
based facets / statistics...
|
|
... to compute the most relevant documents per group it is better to just use the collector as done here below.
AbstractAllGroupHeadsCollector c = TermAllGroupHeadsCollector.create(groupField, sort...
|
[+ show more]
[- hide]
| ... in collecting the most relevant document (group head) for each group that match the query.
AbstractAllGroupHeadsCollector.GroupHead<GROUP_VALUE_TYPE>
Represents a group head.
Abstract... |
| ...
to collect grouped hits.
AbstractGroupFacetCollector
Base class for computing grouped facets.
AbstractGroupFacetCollector.FacetEntry
Represents a facet entry with a value and a count... |
| ..., if you specify "price" (ascending) then the first group
is the one with the lowest price book within it. Or if you
specify relevance group sort, then the first group is the one... |
|
|
http://lucene.apache.org/java/4_2_0/grouping/org/apache.../package-summary.html
2013-03-11, 05:47
|
|
|
|