Searched defs:field (Results 1 - 5 of 5) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DCustomQueryParser.java40 * @param field default field for unqualified query terms
42 CustomQueryParser(String field) { argument
43 super(SearchEngine.LUCENE_VERSION, field, new CompatibleAnalyser());
48 // if the field is case sensitive.
53 * Is this field case sensitive?
55 * @param field name of the field to check
56 * @return {@code true} if the field is case sensitive,
59 private static boolean isCaseSensitive(String field) { argument
77 getCanonicalTerm(String field, String term) argument
86 getFuzzyQuery(String field, String term, float min) argument
92 getPrefixQuery(String field, String term) argument
98 getRangeQuery(String field, String term1, String term2, boolean inclusive) argument
109 getWildcardQuery(String field, String term) argument
[all...]
H A DQueryBuilder.java49 * A map containing the query text for each field. (We use a sorted map here
57 * Set search string for the "full" field.
65 * Get search string for the "full" field.
73 * Set search string for the "defs" field.
81 * Get search string for the "full" field.
89 * Set search string for the "refs" field.
97 * Get search string for the "refs" field.
104 /** Set search string for the "path" field.
112 * Get search string for the "path" field.
120 * Set search string for the "hist" field
215 addQueryText(String field, String query) argument
224 getQueryText(String field) argument
235 escapeQueryString(String field, String query) argument
253 buildQuery(String field, String queryText) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java51 int field; field in class:SCCSHistoryParser
80 field = 0;
203 field = 1;
227 if (field > 0) {
228 field ++;
231 if(field > 5) {
232 field = 0;
/opengrok-jel/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
H A Dbcel-5.2.jar ... constant_pool private org.apache.bcel.classfile.Field[] fields private org.apache.bcel.classfile. ...

Completed in 17 milliseconds