Searched defs:trim (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/
H A DCategoryPath.java64 * Number of components to trim. If larger than the number of
67 public void trim(int nTrim) { method in class:CategoryPath
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DPagedBytes.java332 /** Commits final byte[], trimming it if necessary and if trim=true */
333 public Reader freeze(boolean trim) { argument
340 if (trim && upto < blockSize) {

Completed in 446 milliseconds