|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.Searcher
org.apache.solr.search.SolrIndexSearcher
public class SolrIndexSearcher
SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
| Nested Class Summary | |
|---|---|
static class |
SolrIndexSearcher.QueryCommand
A query request command to avoid having to change the method signatures if we want to pass additional information to the searcher. |
static class |
SolrIndexSearcher.QueryResult
The result of a search. |
| Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
|---|
SolrInfoMBean.Category |
| Field Summary | |
|---|---|
boolean |
enableLazyFieldLoading
|
static int |
GET_SCORES
|
| Constructor Summary | |
|---|---|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
org.apache.lucene.store.Directory directory,
boolean enableCache)
Creates a searcher searching the index in the provided directory. |
|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
org.apache.lucene.index.IndexReader r,
boolean enableCache)
Creates a searcher searching the provided index. |
|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
org.apache.lucene.index.IndexReader r,
boolean closeReader,
boolean enableCache)
|
|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
String path,
boolean enableCache)
Creates a searcher searching the index in the named directory. |
|
| Method Summary | |
|---|---|
void |
cacheDocSet(org.apache.lucene.search.Query query,
DocSet optionalAnswer,
boolean mustCache)
Compute and cache the DocSet that matches a query. |
Object |
cacheInsert(String cacheName,
Object key,
Object val)
insert an entry in a generic cache |
Object |
cacheLookup(String cacheName,
Object key)
lookup an entry in a generic cache |
void |
close()
Free's resources associated with this searcher. |
DocSet |
convertFilter(org.apache.lucene.search.Filter lfilter)
Converts a filter into a DocSet. |
org.apache.lucene.document.Document |
doc(int i)
Retrieve the Document instance corresponding to the document id. |
org.apache.lucene.document.Document |
doc(int n,
org.apache.lucene.document.FieldSelector fieldSelector)
Retrieve a Document using a FieldSelector
This method does not currently use the Solr document cache. |
org.apache.lucene.document.Document |
doc(int i,
Set<String> fields)
Retrieve the Document instance corresponding to the document id. |
int |
docFreq(org.apache.lucene.index.Term term)
|
org.apache.lucene.search.Explanation |
explain(org.apache.lucene.search.Weight weight,
int i)
|
SolrCache |
getCache(String cacheName)
return the named generic cache |
SolrInfoMBean.Category |
getCategory()
Purpose of this Class |
String |
getDescription()
Simple one or two line description |
DocList |
getDocList(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort. |
DocList |
getDocList(org.apache.lucene.search.Query query,
List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and the
intersection of the filterList, sorted by sort. |
DocList |
getDocList(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort. |
DocListAndSet |
getDocListAndSet(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort. |
DocListAndSet |
getDocListAndSet(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and filter
and sorted by sort. |
DocListAndSet |
getDocListAndSet(org.apache.lucene.search.Query query,
List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and the intersection
of filterList, sorted by sort. |
DocListAndSet |
getDocListAndSet(org.apache.lucene.search.Query query,
List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and the intersection
of filterList, sorted by sort. |
DocListAndSet |
getDocListAndSet(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
Returns documents matching both query and filter
and sorted by sort. |
DocListAndSet |
getDocListAndSet(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
Returns documents matching both query and filter
and sorted by sort. |
URL[] |
getDocs()
Documentation URL list. |
DocSet |
getDocSet(List<org.apache.lucene.search.Query> queries)
Returns the set of document ids matching all queries. |
DocSet |
getDocSet(org.apache.lucene.search.Query query)
Returns the set of document ids matching a query. |
DocSet |
getDocSet(org.apache.lucene.search.Query query,
DocSet filter)
Returns the set of document ids matching both the query and the filter. |
protected DocSet |
getDocSetNC(org.apache.lucene.search.Query query,
DocSet filter)
|
int |
getFirstMatch(org.apache.lucene.index.Term t)
Returns the first document number containing the term t
Returns -1 if no document was found. |
String |
getName()
Simple common usage name, e.g. |
long |
getOpenTime()
|
org.apache.lucene.index.IndexReader |
getReader()
Direct access to the IndexReader used by this searcher |
IndexSchema |
getSchema()
Direct access to the IndexSchema for use with this searcher |
org.apache.lucene.search.Similarity |
getSimilarity()
|
String |
getSource()
CVS Source, SVN Source, etc |
String |
getSourceId()
CVS Id, SVN Id, etc |
org.apache.solr.common.util.NamedList |
getStatistics()
Any statistics this instance would like to be publicly available via the Solr Administration interface. |
String |
getVersion()
Simple common usage version, e.g. |
static void |
initRegenerators(SolrConfig solrConfig)
|
int |
maxDoc()
|
int |
numDocs(org.apache.lucene.search.Query a,
DocSet b)
Returns the number of documents that match both a and b. |
int |
numDocs(org.apache.lucene.search.Query a,
org.apache.lucene.search.Query b)
Returns the number of documents that match both a and b. |
org.apache.lucene.document.Document[] |
readDocs(DocList ids)
Takes a list of docs (the doc ids actually), and returns an array of Documents containing all of the stored fields. |
void |
readDocs(org.apache.lucene.document.Document[] docs,
DocList ids)
Takes a list of docs (the doc ids actually), and reads them into an array of Documents. |
void |
readDocs(org.apache.lucene.document.Document[] docs,
DocList ids,
Set<String> fields)
Takes a list of docs (the doc ids actually) and a set of fields to load, and reads them into an array of Documents. |
void |
register()
Register sub-objects such as caches |
org.apache.lucene.search.Query |
rewrite(org.apache.lucene.search.Query original)
|
org.apache.lucene.search.Hits |
search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter)
|
org.apache.lucene.search.Hits |
search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort)
|
void |
search(org.apache.lucene.search.Query query,
org.apache.lucene.search.HitCollector results)
|
org.apache.lucene.search.Hits |
search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Sort sort)
|
SolrIndexSearcher.QueryResult |
search(SolrIndexSearcher.QueryResult qr,
SolrIndexSearcher.QueryCommand cmd)
|
void |
search(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.HitCollector hitCollector)
|
org.apache.lucene.search.TopDocs |
search(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Filter filter,
int i)
|
org.apache.lucene.search.TopFieldDocs |
search(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Filter filter,
int i,
org.apache.lucene.search.Sort sort)
|
void |
setSimilarity(org.apache.lucene.search.Similarity similarity)
|
protected DocList |
sortDocSet(DocSet set,
org.apache.lucene.search.Sort sort,
int nDocs)
|
String |
toString()
|
void |
warm(SolrIndexSearcher old)
Warm this searcher based on an old one (primarily for auto-cache warming). |
| Methods inherited from class org.apache.lucene.search.Searcher |
|---|
createWeight, docFreqs, explain, search, search, search, search, search |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final boolean enableLazyFieldLoading
public static final int GET_SCORES
| Constructor Detail |
|---|
public SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
String path,
boolean enableCache)
throws IOException
IOException
public SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
org.apache.lucene.store.Directory directory,
boolean enableCache)
throws IOException
IOException
public SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
org.apache.lucene.index.IndexReader r,
boolean enableCache)
public SolrIndexSearcher(SolrCore core,
IndexSchema schema,
String name,
org.apache.lucene.index.IndexReader r,
boolean closeReader,
boolean enableCache)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void register()
public void close()
throws IOException
close in interface org.apache.lucene.search.Searchableclose in class org.apache.lucene.search.SearcherIOExceptionpublic org.apache.lucene.index.IndexReader getReader()
public IndexSchema getSchema()
public static void initRegenerators(SolrConfig solrConfig)
public SolrIndexSearcher.QueryResult search(SolrIndexSearcher.QueryResult qr,
SolrIndexSearcher.QueryCommand cmd)
throws IOException
IOException
public org.apache.lucene.search.Hits search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort)
throws IOException
search in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.search.Hits search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter)
throws IOException
search in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.search.Hits search(org.apache.lucene.search.Query query,
org.apache.lucene.search.Sort sort)
throws IOException
search in class org.apache.lucene.search.SearcherIOException
public void search(org.apache.lucene.search.Query query,
org.apache.lucene.search.HitCollector results)
throws IOException
search in class org.apache.lucene.search.SearcherIOExceptionpublic void setSimilarity(org.apache.lucene.search.Similarity similarity)
setSimilarity in class org.apache.lucene.search.Searcherpublic org.apache.lucene.search.Similarity getSimilarity()
getSimilarity in class org.apache.lucene.search.Searcher
public int docFreq(org.apache.lucene.index.Term term)
throws IOException
docFreq in interface org.apache.lucene.search.SearchabledocFreq in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.document.Document doc(int i)
throws IOException
Document instance corresponding to the document id.
doc in interface org.apache.lucene.search.Searchabledoc in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.document.Document doc(int n,
org.apache.lucene.document.FieldSelector fieldSelector)
throws IOException
Document using a FieldSelector
This method does not currently use the Solr document cache.
doc in interface org.apache.lucene.search.SearchableIOExceptionIndexReader.document(int, FieldSelector)
public org.apache.lucene.document.Document doc(int i,
Set<String> fields)
throws IOException
Document instance corresponding to the document id.
Note: The document will have all fields accessable, but if a field
filter is provided, only the provided fields will be loaded (the
remainder will be available lazily).
IOException
public void readDocs(org.apache.lucene.document.Document[] docs,
DocList ids)
throws IOException
IOException
public void readDocs(org.apache.lucene.document.Document[] docs,
DocList ids,
Set<String> fields)
throws IOException
IOException
public int maxDoc()
throws IOException
maxDoc in interface org.apache.lucene.search.SearchablemaxDoc in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.search.TopDocs search(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Filter filter,
int i)
throws IOException
search in interface org.apache.lucene.search.Searchablesearch in class org.apache.lucene.search.SearcherIOException
public void search(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.HitCollector hitCollector)
throws IOException
search in interface org.apache.lucene.search.Searchablesearch in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.search.Query rewrite(org.apache.lucene.search.Query original)
throws IOException
rewrite in interface org.apache.lucene.search.Searchablerewrite in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.search.Explanation explain(org.apache.lucene.search.Weight weight,
int i)
throws IOException
explain in interface org.apache.lucene.search.Searchableexplain in class org.apache.lucene.search.SearcherIOException
public org.apache.lucene.search.TopFieldDocs search(org.apache.lucene.search.Weight weight,
org.apache.lucene.search.Filter filter,
int i,
org.apache.lucene.search.Sort sort)
throws IOException
search in interface org.apache.lucene.search.Searchablesearch in class org.apache.lucene.search.SearcherIOException
public int getFirstMatch(org.apache.lucene.index.Term t)
throws IOException
t
Returns -1 if no document was found.
This method is primarily intended for clients that want to fetch
documents using a unique identifier."
t -
IOException
public void cacheDocSet(org.apache.lucene.search.Query query,
DocSet optionalAnswer,
boolean mustCache)
throws IOException
If the optionalAnswer DocSet is provided, it should *not* be modified after this call.
query - the lucene query that will act as the keyoptionalAnswer - the DocSet to be cached - if null, it will be computed.mustCache - if true, a best effort will be made to cache this entry.
if false, heuristics may be used to determine if it should be cached.
IOException
public DocSet getDocSet(org.apache.lucene.search.Query query)
throws IOException
The DocSet returned should not be modified.
IOException
public DocSet getDocSet(List<org.apache.lucene.search.Query> queries)
throws IOException
The DocSet returned should not be modified.
IOException
protected DocSet getDocSetNC(org.apache.lucene.search.Query query,
DocSet filter)
throws IOException
IOException
public DocSet getDocSet(org.apache.lucene.search.Query query,
DocSet filter)
throws IOException
query - filter - may be null
IOException
public DocSet convertFilter(org.apache.lucene.search.Filter lfilter)
throws IOException
IOException
public DocList getDocList(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
throws IOException
query and filter
and sorted by sort.
This method is cache aware and may retrieve filter from
the cache or make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
query - filter - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to return
IOException
public DocList getDocList(org.apache.lucene.search.Query query,
List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
throws IOException
query and the
intersection of the filterList, sorted by sort.
This method is cache aware and may retrieve filter from
the cache or make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
query - filterList - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to return
IOException
public DocList getDocList(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
throws IOException
query and filter
and sorted by sort.
FUTURE: The returned DocList may be retrieved from a cache.
query - filter - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to return
IOException
public DocListAndSet getDocListAndSet(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
throws IOException
query and filter
and sorted by sort. Also returns the complete set of documents
matching query and filter (regardless of offset and len).
This method is cache aware and may retrieve filter from
the cache or make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
The DocList and DocSet returned should not be modified.
query - filter - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to return
IOException
public DocListAndSet getDocListAndSet(org.apache.lucene.search.Query query,
org.apache.lucene.search.Query filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
throws IOException
query and filter
and sorted by sort. Also returns the compete set of documents
matching query and filter (regardless of offset and len).
This method is cache aware and may retrieve filter from
the cache or make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
The DocList and DocSet returned should not be modified.
query - filter - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to returnflags - user supplied flags for the result set
IOException
public DocListAndSet getDocListAndSet(org.apache.lucene.search.Query query,
List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
throws IOException
query and the intersection
of filterList, sorted by sort.
Also returns the compete set of documents
matching query and filter
(regardless of offset and len).
This method is cache aware and may retrieve filter from
the cache or make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
The DocList and DocSet returned should not be modified.
query - filterList - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to return
IOException
public DocListAndSet getDocListAndSet(org.apache.lucene.search.Query query,
List<org.apache.lucene.search.Query> filterList,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
throws IOException
query and the intersection
of filterList, sorted by sort.
Also returns the compete set of documents
matching query and filter
(regardless of offset and len).
This method is cache aware and may retrieve filter from
the cache or make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
The DocList and DocSet returned should not be modified.
query - filterList - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to returnflags - user supplied flags for the result set
IOException
public DocListAndSet getDocListAndSet(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len)
throws IOException
query and filter
and sorted by sort. Also returns the compete set of documents
matching query and filter (regardless of offset and len).
FUTURE: The returned DocList may be retrieved from a cache.
query - filter - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to return
IOException
public DocListAndSet getDocListAndSet(org.apache.lucene.search.Query query,
DocSet filter,
org.apache.lucene.search.Sort lsort,
int offset,
int len,
int flags)
throws IOException
query and filter
and sorted by sort. Also returns the compete set of documents
matching query and filter (regardless of offset and len).
This method is cache aware and may make an insertion into the cache as a result of this call.
FUTURE: The returned DocList may be retrieved from a cache.
The DocList and DocSet returned should not be modified.
query - filter - may be nulllsort - criteria by which to sort (if null, query relevance is used)offset - offset into the list of documents to returnlen - maximum number of documents to returnflags - user supplied flags for the result set
IOException
protected DocList sortDocSet(DocSet set,
org.apache.lucene.search.Sort sort,
int nDocs)
throws IOException
IOException
public int numDocs(org.apache.lucene.search.Query a,
DocSet b)
throws IOException
a and b.
This method is cache-aware and may check as well as modify the cache.
a - b -
a and b.
IOException
public int numDocs(org.apache.lucene.search.Query a,
org.apache.lucene.search.Query b)
throws IOException
a and b.
This method is cache-aware and may check as well as modify the cache.
a - b -
a and b.
IOException
public org.apache.lucene.document.Document[] readDocs(DocList ids)
throws IOException
IOException
public void warm(SolrIndexSearcher old)
throws IOException
IOExceptionpublic SolrCache getCache(String cacheName)
public Object cacheLookup(String cacheName,
Object key)
public Object cacheInsert(String cacheName,
Object key,
Object val)
public long getOpenTime()
public String getName()
SolrInfoMBean
getName in interface SolrInfoMBeanpublic String getVersion()
SolrInfoMBean
getVersion in interface SolrInfoMBeanpublic String getDescription()
SolrInfoMBean
getDescription in interface SolrInfoMBeanpublic SolrInfoMBean.Category getCategory()
SolrInfoMBean
getCategory in interface SolrInfoMBeanpublic String getSourceId()
SolrInfoMBean
getSourceId in interface SolrInfoMBeanpublic String getSource()
SolrInfoMBean
getSource in interface SolrInfoMBeanpublic URL[] getDocs()
SolrInfoMBeanSuggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs in interface SolrInfoMBeanpublic org.apache.solr.common.util.NamedList getStatistics()
SolrInfoMBean
Any Object type may be stored in the list, but only the
toString() representation will be used.
getStatistics in interface SolrInfoMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||