Searched defs:eq (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/miscellaneous/
H A DPatternAnalyzer.java246 eq(stopWords, p2.stopWords);
270 private static boolean eq(Object o1, Object o2) { method in class:PatternAnalyzer
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/compound/hyphenation/
H A DTernaryTree.java90 protected char[] eq; field in class:TernaryTree
131 eq = new char[BLOCK_SIZE];
145 if (freenode + len > eq.length) {
146 redimNodeArrays(eq.length + BLOCK_SIZE);
156 if (freenode + len > eq.length) {
157 redimNodeArrays(eq.length + BLOCK_SIZE);
172 eq[p] = val; // holds data
192 eq[pp] = eq[p]; // previous pointer to data
196 eq[
[all...]
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DBaseDistributedSearchTestCase.java321 public static boolean eq(String a, String b) { method in class:BaseDistributedSearchTestCase
369 if (eq(namea, nameb)) {

Completed in 22 milliseconds