Package org.apache.lucene.index

Examples of org.apache.lucene.index.HackMultiTermPositions


  }


  @Override
  public TermPositions termPositions() throws IOException {
    return new HackMultiTermPositions(this, this.subReaders, this.starts);
  }
View Full Code Here

TOP

Related Classes of org.apache.lucene.index.HackMultiTermPositions

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.