Package | Description |
---|---|
org.apache.lucene.search.highlight |
The highlight package contains classes to provide "keyword in context" features
typically used to highlight search terms in the text of results pages.
|
org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
Modifier and Type | Method | Description |
---|---|---|
static TokenStream |
TokenSources.getTokenStream(TermPositionVector tpv) |
|
static TokenStream |
TokenSources.getTokenStream(TermPositionVector tpv,
boolean tokenPositionsGuaranteedContiguous) |
Low level api.
|
Constructor | Description |
---|---|
TokenStreamFromTermPositionVector(TermPositionVector termPositionVector) |
Constructor.
|
Modifier and Type | Class | Description |
---|---|---|
class |
InstantiatedTermPositionVector |
Extended vector space view of a document in an
InstantiatedIndexReader . |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.