Searched defs:index (Results 1 - 25 of 509) sorted by relevance

1234567891011>>

/lucene-3.6.0/solr/client/ruby/flare/app/controllers/
H A Di18n_controller.rb16 def index method in class:I18nController
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/
H A Dindexer.rb28 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 DTermPositionVector.java1 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 DCorruptIndexException.java18 package org.apache.lucene.index;
24 * an inconsistency in the index.
H A DDocConsumerPerThread.java1 package org.apache.lucene.index;
H A DFieldReaderException.java1 package org.apache.lucene.index;
H A DIndexNotFoundException.java1 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 DInvertedDocEndConsumerPerField.java1 package org.apache.lucene.index;
H A DStaleReaderException.java18 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 DCategoryListPayloadStreamTest.java1 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 DCompoundFileExtractor.java1 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 DTestIndexSplitter.java17 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 DTestTermVectorAccessor.java1 package org.apache.lucene.index;
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestAllZerosSegmentsFile.java1 package org.apache.lucene.index;
H A DTestCheckIndex.java1 package org.apache.lucene.index;
H A DTestForTooMuchCloning.java1 package org.apache.lucene.index;
H A DTestIndexCommit.java1 package org.apache.lucene.index;
H A DTestIndexReaderOnDiskFull.java1 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 DTestMultiReader.java1 package org.apache.lucene.index;
H A DTestNeverDelete.java1 package org.apache.lucene.index;
H A DTestNewestSegment.java1 package org.apache.lucene.index;
H A DTestParallelReaderEmptyIndex.java1 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 DTestRandomStoredFields.java1 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 DTestRollback.java1 package org.apache.lucene.index;
57 assertEquals("index should contain same number of docs post rollback", 5, r.numDocs());
H A DTestSegmentInfo.java1 package org.apache.lucene.index;

Completed in 80 milliseconds

1234567891011>>