|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
BitDocSet
represents an unordered set of Lucene Document Ids
using a BitSet.CacheRegenerator
are used in autowarming to populate a new cache
based on an old cache.CompressableField
is an abstract field type which enables a
field to be compressed (by specifying compressed="true"
at the
field definition level) and provides optional support for specifying a
threshold at which compression is enabled.ContentStream
from a File
ContentStream
from a File
ContentStream
from a URL
This uses a URLConnection
to get the content streamTokenStream
of n-grams from the given Reader
.
DirectUpdateHandler
implements an UpdateHandler where documents are added
directly to the main lucene index as opposed to adding to a separate smaller index.DirectUpdateHandler2
implements an UpdateHandler where documents are added
directly to the main Lucene index as opposed to adding to a separate smaller index.Document
instance corresponding to the document id.
Document
using a FieldSelector
This method does not currently use the Solr document cache.
Document
instance corresponding to the document id.
DocList
represents the result of a query: an ordered list of document ids with optional score.DocList
and a DocSet
so that both may be returned from a single method.DocSet
represents an unordered set of Lucene Document Ids.DocSlice
implements DocList as an array of docids and optional scores.EdgeNGramTokenizer
.o
is equal to this.
o
is equal to this.
FieldCache
.FieldCache
using getFloats()
and makes those values available as other numeric types, casting as needed.query
and filter
and sorted by sort
.
query
and the
intersection of the filterList
, sorted by sort
.
query
and filter
and sorted by sort
.
query
and filter
and sorted by sort
.
query
and filter
and sorted by sort
.
query
and the intersection
of filterList
, sorted by sort
.
query
and the intersection
of filterList
, sorted by sort
.
query
and filter
and sorted by sort
.
query
and filter
and sorted by sort
.
docs
.
t
Returns -1 if no document was found.
SolrIndexSearcher
or start the process of creating a new one.
SortField
for a string field.
HashDocSet
represents an unordered set of Lucene Document Ids
using a primitive int hash table.IndexSchema
contains information about the valid fields in an index
and the types of those fields.init
will be called just once, immediately after creation.
init
will be called just once, immediately after creation.
init
will be called just once, immediately after creation.
init
will be called just once, immediately after creation.
FieldCache
using getInts()
and makes those values available as other numeric types, casting as needed.LinearFloatFunction
implements a linear function over
another ValueSource
.offset()
and size()
).
This method is equivalent to next()
, but avoids the creation
of an Integer Object.
- nextHighestPowerOfTwo(int) -
Static method in class org.apache.solr.util.BitUtil
- returns the next highest power of two, or the current value if it's already a power of two or zero
- nextHighestPowerOfTwo(long) -
Static method in class org.apache.solr.util.BitUtil
- returns the next highest power of two, or the current value if it's already a power of two or zero
- nextSetBit(int) -
Method in class org.apache.solr.util.OpenBitSet
- Returns the index of the first set bit starting at the index specified.
- nextSetBit(long) -
Method in class org.apache.solr.util.OpenBitSet
- Returns the index of the first set bit starting at the index specified.
- NGramTokenizerFactory - Class in org.apache.solr.analysis
- Creates new instances of
NGramTokenizer
. - NGramTokenizerFactory() -
Constructor for class org.apache.solr.analysis.NGramTokenizerFactory
-
- nodesToList(NodeList) -
Static method in class org.apache.solr.util.DOMUtil
-
- nodesToNamedList(NodeList) -
Static method in class org.apache.solr.util.DOMUtil
-
- normalize(float) -
Method in class org.apache.solr.search.function.FunctionQuery.FunctionWeight
-
- ntz(long) -
Static method in class org.apache.solr.util.BitUtil
- Returns number of trailing zeros in the 64 bit long value.
- ntz2(long) -
Static method in class org.apache.solr.util.BitUtil
- returns 0 based index of first set bit
(only works for x!=0)
This is an alternate implementation of ntz()
- ntz3(long) -
Static method in class org.apache.solr.util.BitUtil
- returns 0 based index of first set bit
This is an alternate implementation of ntz()
- ntzTable -
Static variable in class org.apache.solr.util.BitUtil
- table of number of trailing zeros in a byte
- NumberUtils - Class in org.apache.solr.util
-
- NumberUtils() -
Constructor for class org.apache.solr.util.NumberUtils
-
- numDocs(Query, DocSet) -
Method in class org.apache.solr.search.SolrIndexSearcher
- Returns the number of documents that match both
a
and b
.
- numDocs(Query, Query) -
Method in class org.apache.solr.search.SolrIndexSearcher
- Returns the number of documents that match both
a
and b
.
- numDocs(SolrIndexSearcher, Query, Query) -
Static method in class org.apache.solr.util.SolrPluginUtils
- SolrIndexSearch.numDocs(Query,Query) freaks out if the filtering
query is null, so we use this workarround.
- NUMTERMS -
Static variable in class org.apache.solr.handler.admin.LukeRequestHandler
-
- nvPairs -
Variable in class org.apache.solr.util.NamedList
-
FieldCache
using getStringIndex().parseFieldBoosts(String)
, but parses all the strings
in the provided array (which may be null).
read()
QueryResponseWriter
are used to format responses to query requests.ReciprocalFloatFunction
implements a reciprocal function f(x) = a/(mx+b), based on
the float value of a field as exported by ValueSource
.newCache
FieldCache
using getStringIndex()
and reverses the order.nextDoc()
SimpleOrderedMap
is a NamedList
where access by key is more
important than maintaining order when it comes to representing the
held data in other forms, as ResponseWriters normally do.echoParams
SolrQueryRequest
that provides some
convenience methods for accessing parameters, and manages an IndexSearcher
reference.SolrQueryResponse
is used by a query handler to return
the response to a query request.SolrRequestHandler
are called to handle query requests.SynonymFilter
TextField
is the basic type for configurable text analysis.TokenFilterFactory
creates a
TokenFilter
to transform one TokenStream
into another.TokenizerFactory
breaks up a stream of characters
into tokens.UpdateHandler
handles requests to change the index
(adds, deletes, commits, optimizes, etc).DocValues
for a particular reader.searcher
using the old
cache object.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |