Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ConstantScoreQuery.ConstantScorer |
class |
ReqExclScorer
A Scorer for queries with a required subscorer and an excluding (prohibited) subscorer.
|
class |
ReqOptSumScorer
A Scorer for queries with a required part and an optional part.
|
class |
Scorer
Expert: Common scoring functionality for different types of queries.
|
Modifier and Type | Method and Description |
---|---|
abstract DocIdSetIterator |
DocIdSet.iterator() |
Modifier and Type | Class and Description |
---|---|
protected class |
BoostingTermQuery.BoostingTermWeight.BoostingSpanScorer |
Modifier and Type | Class and Description |
---|---|
class |
SpanScorer
Public for extension only.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenBitSetIterator
An iterator to iterate over set bits in an OpenBitSet.
|
Modifier and Type | Method and Description |
---|---|
DocIdSetIterator |
OpenBitSet.iterator() |
DocIdSetIterator |
SortedVIntList.iterator() |
DocIdSetIterator |
DocIdBitSet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
OpenBitSetDISI.inPlaceAnd(DocIdSetIterator disi)
Perform an inplace AND with the doc ids from a given DocIdSetIterator,
leaving only the bits set for which the doc ids are in common.
|
void |
OpenBitSetDISI.inPlaceNot(DocIdSetIterator disi)
Perform an inplace NOT with the doc ids from a given DocIdSetIterator,
clearing all the bits for each such doc id.
|
void |
OpenBitSetDISI.inPlaceOr(DocIdSetIterator disi)
Perform an inplace OR with the doc ids from a given DocIdSetIterator,
setting the bit for each such doc id.
|
void |
OpenBitSetDISI.inPlaceXor(DocIdSetIterator disi)
Perform an inplace XOR with the doc ids from a given DocIdSetIterator,
flipping all the bits for each such doc id.
|
Constructor and Description |
---|
OpenBitSetDISI(DocIdSetIterator disi,
int maxSize)
Construct an OpenBitSetDISI with its bits set
from the doc ids of the given DocIdSetIterator.
|
SortedVIntList(DocIdSetIterator docIdSetIterator)
Create a SortedVIntList.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.