Searched defs:fill (Results 1 - 10 of 10) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/internal/csv/writer/
H A DCSVField.java31 private int fill; field in class:CSVField
89 * @return the fill pattern.
92 return fill;
97 * @param fill the file pattern
99 public void setFill(int fill) { argument
101 this.fill = fill;
105 * Does this field override fill ?
H A DCSVConfig.java47 /** The fill pattern */
48 private int fill; field in class:CSVConfig
49 /** The fill char. Defaults to a space */
141 * @return the fill pattern.
144 return fill;
148 * Set the fill pattern. Defaults to {@link #FILLNONE}
150 * @param fill the fill pattern.
152 public void setFill(int fill) { argument
153 this.fill
[all...]
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DCharacterUtils.java133 * the {@link CharacterBuffer} as possible, each call to fill will start
140 * {@link Version} > 3.0 {@link #fill(CharacterBuffer, Reader)} guarantees
148 * the buffer to fill.
156 public abstract boolean fill(CharacterBuffer buffer, Reader reader) throws IOException; method in class:CharacterUtils
178 public boolean fill(final CharacterBuffer buffer, final Reader reader) throws IOException { method in class:CharacterUtils.Java5CharacterUtils
252 public boolean fill(final CharacterBuffer buffer, final Reader reader) throws IOException { method in class:CharacterUtils.Java4CharacterUtils
265 * {@link CharacterUtils#fill(CharacterBuffer, Reader)}.
H A DPagedBytes.java31 * using fill.
113 public BytesRef fill(BytesRef b, long start) { method in class:PagedBytes.Reader
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/packed/
H A DTestPackedInts.java122 fill(packedInt, (long)(Math.pow(2, bitsPerValue)-1), randomSeed);
156 private void fill(PackedInts.Mutable packedInt, long maxValue, long randomSeed) { method in class:TestPackedInts
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/util/packed/
H A DTestPackedInts.java122 fill(packedInt, (long)(Math.pow(2, bitsPerValue)-1), randomSeed);
156 private void fill(PackedInts.Mutable packedInt, long maxValue, long randomSeed) { method in class:TestPackedInts
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DStoredFieldsWriter.java48 fill(state.numDocs);
96 void fill(int docID) throws IOException { method in class:StoredFieldsWriter
109 fill(perDoc.docID);
H A DTermVectorsTermsWriter.java56 fill(state.numDocs);
109 void fill(int docID) throws IOException { method in class:TermVectorsTermsWriter
153 fill(perDoc.docID);
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DCharArr.java181 fill();
190 public int fill() throws IOException { method in class:CharArr
253 if (start>=end) fill();
266 public int fill() throws IOException { method in class:CharArrReader
274 // fill fully or not???
H A DJSONParser.java164 protected void fill() throws IOException { method in class:JSONParser
175 fill();
183 fill();

Completed in 69 milliseconds