|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IntIndexOutput.Index | |
|---|---|
| org.apache.lucene.codecs.intblock | Intblock: base support for fixed or variable length block integer encoders |
| org.apache.lucene.codecs.sep | Sep: base support for separate files (doc,frq,pos,skp,pyl) |
| Uses of IntIndexOutput.Index in org.apache.lucene.codecs.intblock |
|---|
| Methods in org.apache.lucene.codecs.intblock that return IntIndexOutput.Index | |
|---|---|
IntIndexOutput.Index |
VariableIntBlockIndexOutput.index()
|
IntIndexOutput.Index |
FixedIntBlockIndexOutput.index()
|
| Uses of IntIndexOutput.Index in org.apache.lucene.codecs.sep |
|---|
| Methods in org.apache.lucene.codecs.sep that return IntIndexOutput.Index | |
|---|---|
abstract IntIndexOutput.Index |
IntIndexOutput.index()
If you are indexing the primary output file, call this and interact with the returned IndexWriter. |
| Methods in org.apache.lucene.codecs.sep with parameters of type IntIndexOutput.Index | |
|---|---|
abstract void |
IntIndexOutput.Index.copyFrom(IntIndexOutput.Index other,
boolean copyLast)
Copies index from other |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||