| clear query|facets|time |
Search criteria: "relevant combination".
Results from 81 to 90 from
385 (5.453s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for "relevant combination".
|
|
|
Search results for relevant combination :
|
|
|
Apache Lucene - Apache Solr - Solr - [web site]
|
|
... indexing a single field multiple ways, or combining multiple fields into a single searchable field
Explicit types eliminates the need for guessing types of fields
External file...
|
|
... fields
Advanced DisMax query parser for high relevancy results from user-entered queries
Highlighted context snippets
Faceted Searching based on unique field values, explicit queries, date...
|
[+ show more]
[- hide]
| ... Query - influence the score by user specified complex functions of
numeric fields or query relevancy scores.
Range filter over Function Query results
Date Math - specify dates relative to "NOW... |
| ..." in queries and updates
Dynamic search results clustering using Carrot2
Numeric field statistics such as min, max, average, standard deviation
Combine queries derived from different syntaxes
Auto... |
| ... Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners... |
|
|
http://lucene.apache.org/solr/index.html
2013-05-21, 00:21
|
|
|
org.apache.lucene.queryparser.classic (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... terms can be combined together with Boolean operators to form a more complex query (see below).
Note: The analyzer used to create the index will be used on the terms and phrases in the query...
|
|
... are denoted by square brackets. Exclusive range queries are denoted by
curly brackets.
Boosting a Term
Lucene provides the relevance level of matching documents based on the terms...
|
[+ show more]
[- hide]
| ... found. To boost a term use the caret, "^", symbol with a boost factor (a number) at the end of the term you are searching. The higher the boost factor, the more relevant the term will be... |
| ....
Boosting allows you to control the relevance of a document by boosting its term. For example, if you are searching for
jakarta apache
and you want the term "jakarta" to be more relevant boost... |
| ... it using the ^ symbol along with the boost factor next to the term.
You would type:
jakarta^4 apache
This will make documents with the term jakarta appear more relevant. You can also... |
|
|
http://lucene.apache.org/java/4_3_0/queryparser/org/apa.../package-summary.html
2013-05-06, 08:52
|
|
|
MemoryIndex (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...
This class is a replacement/substitute for a large subset of
RAMDirectory functionality. It is designed to
enable maximum efficiency for on-the-fly matchmaking combining structured and
fuzzy...
|
|
... authored by James that have something to do with "salmon fishing manuals", sorted by relevance :)
declare namespace lucene = "java:nux.xom.pool.FullTextUtil";
declare variable $query := "+salmon...
|
[+ show more]
[- hide]
| ... method that efficiently returns the relevance score by
matching this index against the given Lucene query expression.
String toString()
Returns a String representation of the index data... |
| ....
Returns:
a searcher
search
public float search(Query query)
Convenience method that efficiently returns the relevance score by
matching this index against the given Lucene query... |
| ... expression.
Parameters:
query - an arbitrary Lucene query to run against this index
Returns:
the relevance score of the matchmaking; A number in the range
[0.0 .. 1.0], with 0... |
|
|
http://lucene.apache.org/java/4_3_0/memory/org/apache/lucen.../MemoryIndex.html
2013-05-06, 08:52
|
|
|
UAX29URLEmailTokenizer (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... the Unicode Text Segmentation
algorithm, as specified in
Unicode Standard Annex #29
URLs and email addresses are also tokenized according to the relevant RFCs.
Tokens produced...
|
|
... their combining characters. If you use a previous version number,
you get the exact broken behavior for backwards compatibility.
Nested Class Summary
Nested classes...
|
|
|
http://lucene.apache.org/java/4_3_0/analyzers-co.../UAX29URLEmailTokenizer.html
2013-05-06, 08:52
|
|
|
org.apache.lucene.search (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... are not in a Bits instance.
BooleanClause
A clause in a BooleanQuery.
BooleanQuery
A Query that matches documents matching boolean combinations of other
queries, e.g.
Boost...
|
|
...Comparator.NumericComparator<T extends Number>
Base FieldComparator class for numeric types
FieldComparator.RelevanceComparator
Sorts by descending relevance.
FieldComparator.ShortComparator
Parses field's values...
|
[+ show more]
[- hide]
| ...),
or the queries module. These implementations can be combined in a wide
variety of ways to provide complex querying capabilities along with information about where matches took place in the document... |
| ..., the Query identifies all
Documents that have the
Field named "fieldName"
containing the word "term".
BooleanQuery
Things start to get interesting when one combines... |
| ...) and an operator (from
BooleanClause.Occur)
describing how that sub-query is combined with the other clauses:
SHOULD — Use this operator when a clause can occur in the result set... |
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/luc.../package-summary.html
2013-05-06, 08:52
|
|
|
org.apache.lucene.queryparser.classic (Lucene 4.2.1 API) - Lucene - [web site]
|
|
... such as "test" or "hello".
A Phrase is a group of words surrounded by double quotes such as "hello dolly".
Multiple terms can be combined together with Boolean operators to form a more complex query...
|
|
... provides the relevance level of matching documents based on the terms found. To boost a term use the caret, "^", symbol with a boost factor (a number) at the end of the term you are searching...
|
[+ show more]
[- hide]
| .... The higher the boost factor, the more relevant the term will be.
Boosting allows you to control the relevance of a document by boosting its term. For example, if you are searching for
jakarta... |
| ... apache
and you want the term "jakarta" to be more relevant boost it using the ^ symbol along with the boost factor next to the term.
You would type:
jakarta^4 apache
This will make... |
| ... documents with the term jakarta appear more relevant. You can also boost Phrase Terms as in the example:
"jakarta apache"^4 "Apache Lucene"
By default, the boost factor is 1. Although the boost... |
|
|
http://lucene.apache.org/java/4_2_1/queryparser/org/apa.../package-summary.html
2013-04-04, 00:43
|
|
|
Apache Lucene - - OpenRelevance - [web site]
|
|
... Locking – combined with real-time get, this allows read-update-write functionality that ensures no conflicting changes were made concurrently by other clients.
Atomic updates - the ability...
|
|
... enhancements including conditional function queries and relevancy functions.
New update processors to facilitate modifying documents prior to indexing.
A brand new web admin interface...
|
[+ show more]
[- hide]
| ... 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... |
| ... the 4.0 release.
Highlights of the Solr release include:
SolrCloud enhancements (see http://wiki.apache.org/solr/SolrCloud):
Simple multi-tenancy through enhanced document routing... |
| ...” and involves bringing easy scalability to Solr. See http://wiki.apache.org/solr/SolrCloud for more details.
Distributed indexing designed from the ground up for near real-time (NRT) and No... |
|
|
http://lucene.apache.org/openrelevance/mailing-lists.html
2013-05-06, 12:49
|
|
|
Field (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... void setTokenStream(TokenStream tokenStream)
Expert: sets the token stream to be used for indexing and causes
isIndexed() and isTokenized() to return true. May be combined with stored
values from stringValue() or get...
|
|
... 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...
|
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucene/docume.../Field.html
2013-05-06, 08:52
|
|
|
MemoryIndex (Lucene 4.2.1 API) - Lucene - [web site]
|
|
.../substitute for a large subset of
RAMDirectory functionality. It is designed to
enable maximum efficiency for on-the-fly matchmaking combining structured and
fuzzy fulltext search in realtime streaming...
|
|
... fishing manuals", sorted by relevance :)
declare namespace lucene = "java:nux.xom.pool.FullTextUtil";
declare variable $query := "+salmon~ +fish* manual~"; (: any arbitrary Lucene query can go...
|
[+ show more]
[- hide]
| ...()
Resets the MemoryIndex to its initial state and recycles all internal buffers.
float search(Query query)
Convenience method that efficiently returns the relevance score... |
| ... and to collect the resulting query results as hits.
Returns:
a searcher
search
public float search(Query query)
Convenience method that efficiently returns the relevance score... |
| ... by
matching this index against the given Lucene query expression.
Parameters:
query - an arbitrary Lucene query to run against this index
Returns:
the relevance score of the matchmaking... |
|
|
http://lucene.apache.org/java/4_2_1/memory/org/apache/lucen.../MemoryIndex.html
2013-04-04, 00:43
|
|
|
Lucene Change Log - Lucene - [web site]
|
|
...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...
|
|
...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...
|
[+ show more]
[- hide]
| ... is now immutable. If you need to override
a setting, you should extend the relevant class.
Additionally, FacetSearchParams is now immutable, and requires all FacetRequests
to specified... |
| ... AIOOBE when presented
with 2-char codepoints, and to correctly break/combine terms containing
non-latin characters.
(James Dyer, Andreas Hubold)
LUCENE-4596: fix a concurrency bug in Directory... |
| ...: Benchmark's EnwikiContentSource was discarding last wiki
document and had leaking threads in 'forever' mode.
(Doron Cohen)
LUCENE-4585: Spatial RecursivePrefixTreeFilter had some bugs that only... |
|
|
http://lucene.apache.org/core/4_3_0/changes/Changes.html
2013-05-06, 08:52
|
|
|
|