Searched defs:cp (Results 1 - 6 of 6) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/index/attributes/
H A DCategoryAttribute.java47 * @param cp
50 public void setCategoryPath(CategoryPath cp); argument
H A DCategoryAttributeImpl.java77 public void setCategoryPath(CategoryPath cp) { argument
78 categoryPath = cp;
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/taxonomy/directory/
H A DTestDirectoryTaxonomyWriter.java138 private void touchTaxo(DirectoryTaxonomyWriter taxoWriter, CategoryPath cp) throws IOException { argument
139 taxoWriter.addCategory(cp);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DSnapshotDeletionPolicy.java73 protected IndexCommit cp; field in class:SnapshotDeletionPolicy.SnapshotCommitPoint
75 protected SnapshotCommitPoint(IndexCommit cp) { argument
76 this.cp = cp;
81 return "SnapshotDeletionPolicy.SnapshotCommitPoint(" + cp + ")";
98 cp.delete();
105 return cp.getDirectory();
110 return cp.getFileNames();
115 return cp.getGeneration();
120 return cp
[all...]
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestSnapshotDeletionPolicy.java187 private void copyFiles(Directory dir, IndexCommit cp) throws Exception { argument
192 Collection<String> files = cp.getFileNames();
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestSnapshotDeletionPolicy.java187 private void copyFiles(Directory dir, IndexCommit cp) throws Exception { argument
192 Collection<String> files = cp.getFileNames();

Completed in 19 milliseconds