/lucene-3.6.0/solr/client/ruby/flare/app/controllers/ |
H A D | i18n_controller.rb | 16 def index method in class:I18nController
|
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/ |
H A D | indexer.rb | 28 def index method in class:Solr 34 yield(record, document) if block_given? # TODO check return of block, if not true then don't index, or perhaps if document.empty?
|
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/ |
H A D | TermPositionVector.java | 1 package org.apache.lucene.index; 27 * Terms are identified by the index at which its number appears in the 31 public int[] getTermPositions(int index); argument 39 * @param index The position in the array to get the offsets from 42 public TermVectorOffsetInfo [] getOffsets(int index); argument
|
H A D | CorruptIndexException.java | 18 package org.apache.lucene.index; 24 * an inconsistency in the index.
|
H A D | DocConsumerPerThread.java | 1 package org.apache.lucene.index;
|
H A D | FieldReaderException.java | 1 package org.apache.lucene.index;
|
H A D | IndexNotFoundException.java | 1 package org.apache.lucene.index; 23 * Signals that no index was found in the Directory. Possibly because the 24 * directory is empty, however can also indicate an index corruption.
|
H A D | InvertedDocEndConsumerPerField.java | 1 package org.apache.lucene.index;
|
H A D | StaleReaderException.java | 18 package org.apache.lucene.index; 24 * tries to make changes to the index (via {@link 27 * but changes have already been committed to the index 29 * you must open a new reader on the current index to make
|
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/index/ |
H A D | CategoryListPayloadStreamTest.java | 1 package org.apache.lucene.facet.index; 8 import org.apache.lucene.facet.index.CategoryListPayloadStream;
|
/lucene-3.6.0/lucene/contrib/misc/src/java/org/apache/lucene/index/ |
H A D | CompoundFileExtractor.java | 1 package org.apache.lucene.index; 23 * In order to make the extracted version of the index work, you have to copy 24 * the segments file from the compound index into the directory where the extracted files are stored. 25 * @param args Usage: org.apache.lucene.index.IndexReader [-extract] <cfsfile> 67 System.out.println("Usage: org.apache.lucene.index.CompoundFileExtractor [-extract] [-dir-impl X] <cfsfile>");
|
/lucene-3.6.0/lucene/contrib/misc/src/test/org/apache/lucene/index/ |
H A D | TestIndexSplitter.java | 17 package org.apache.lucene.index; 24 import org.apache.lucene.index.IndexWriterConfig.OpenMode; 48 Document doc = DocHelper.createDocument(x, "index", 5); 106 // Create the original index 124 // Create the split index 129 // Delete the first document in the split index 137 // Fully merge the split index 149 // Read the number of docs in the index
|
H A D | TestTermVectorAccessor.java | 1 package org.apache.lucene.index;
|
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/ |
H A D | TestAllZerosSegmentsFile.java | 1 package org.apache.lucene.index;
|
H A D | TestCheckIndex.java | 1 package org.apache.lucene.index;
|
H A D | TestForTooMuchCloning.java | 1 package org.apache.lucene.index;
|
H A D | TestIndexCommit.java | 1 package org.apache.lucene.index;
|
H A D | TestIndexReaderOnDiskFull.java | 1 package org.apache.lucene.index; 46 // First build up a starting index: 50 System.out.println("TEST: create initial index"); 162 // Finally, verify index is not corrupt, and, if
|
H A D | TestMultiReader.java | 1 package org.apache.lucene.index;
|
H A D | TestNeverDelete.java | 1 package org.apache.lucene.index;
|
H A D | TestNewestSegment.java | 1 package org.apache.lucene.index;
|
H A D | TestParallelReaderEmptyIndex.java | 1 package org.apache.lucene.index; 30 import org.apache.lucene.index.IndexWriterConfig.OpenMode; 41 * reader to a new index should not throw any exception. 70 * This method creates an empty index (numFields=0, numDocs=0) but is marked 71 * to have TermVectors. Adding this index to another index should not throw
|
H A D | TestRandomStoredFields.java | 1 package org.apache.lucene.index; 63 System.out.println("TEST: build index docCount=" + docCount); 98 System.out.println("TEST: " + docs.size() + " docs in index; now load fields");
|
H A D | TestRollback.java | 1 package org.apache.lucene.index; 57 assertEquals("index should contain same number of docs post rollback", 5, r.numDocs());
|
H A D | TestSegmentInfo.java | 1 package org.apache.lucene.index;
|