Searched defs:hasProx (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DFieldInfos.java132 public boolean hasProx() { method in class:FieldInfos
H A DCheckIndex.java179 public boolean hasProx; field in class:CheckIndex.Status.SegmentInfoStatus
490 msg(" hasProx=" + info.getHasProx());
491 segInfoStat.hasProx = info.getHasProx();
H A DSegmentInfo.java94 private boolean hasProx; // True if this segment has any fields with omitTermFreqAndPositions==false field in class:SegmentInfo
111 boolean hasProx, boolean hasVectors) {
121 this.hasProx = hasProx;
140 hasProx = src.hasProx;
213 hasProx = input.readByte() == 1;
215 hasProx = true;
262 hasProx = true;
376 hasProx, hasVector
110 SegmentInfo(String name, int docCount, Directory dir, boolean isCompoundFile, boolean hasSingleNormFile, boolean hasProx, boolean hasVectors) argument
627 setHasProx(boolean hasProx) argument
[all...]

Completed in 23 milliseconds