org.apache.lucene.search.spans
Class FieldSpans.Entry

Object
  extended by FieldSpans.Entry
Enclosing class:
FieldSpans

private class FieldSpans.Entry
extends Object

Stores all the information for a field


Field Summary
(package private)  Span[] spans
           
(package private)  Set terms
           
(package private)  int total
           
 
Constructor Summary
FieldSpans.Entry(int total, Span[] spans, Set terms)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total

int total

spans

Span[] spans

terms

Set terms
Constructor Detail

FieldSpans.Entry

FieldSpans.Entry(int total,
                 Span[] spans,
                 Set terms)