Examples of IteratorResultSet


Examples of org.apache.maven.index.IteratorResultSet

      IteratorSearchResponse result = mavenIndexer.searchIterator(req);

      Query query = result.getQuery();
      int totalHints = result.getTotalHitsCount();
      IteratorResultSet results = new LockingIteratorResultSet(result.getResults(), lockedContexts.lock);

      return new IteratorSearchResponse(query, totalHints, results);
    }
    catch (BooleanQuery.TooManyClauses e) {
      lockedContexts.lock.unlock();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.