Searched refs:addToCache (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/directory/
H A DDirectoryTaxonomyWriter.java424 addToCache(categoryPath, docs.doc());
454 addToCache(categoryPath, prefixLen, docs.doc());
552 addToCache(categoryPath, length, id);
596 private void addToCache(CategoryPath categoryPath, int id) method in class:DirectoryTaxonomyWriter
614 private void addToCache(CategoryPath categoryPath, int prefixLen, int id) method in class:DirectoryTaxonomyWriter

Completed in 27 milliseconds