Searched defs:field (Results 1 - 5 of 5) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/search/ |
H A D | CustomQueryParser.java | 39 * @param field default field for unqualified query terms 41 CustomQueryParser(String field) { argument 42 super(field, new CompatibleAnalyser()); 47 // if the field is case sensitive. 52 * Is this field case sensitive? 54 * @param field name of the field to check 55 * @return {@code true} if the field is case sensitive, {@code false} 58 private static boolean isCaseSensitive(String field) { argument 76 getCanonicalTerm(String field, String term) argument 84 getFuzzyQuery(String field, String term, float min) argument 90 getPrefixQuery(String field, String term) argument 96 getRangeQuery(String field, String term1, String term2, boolean startinclusive, boolean endinclusive) argument 108 getWildcardQuery(String field, String term) argument [all...] |
H A D | QueryBuilder.java | 62 * A map containing the query text for each field. (We use a sorted map here 70 * Set search string for the "full" field. 80 * Get search string for the "full" field. 89 * Set search string for the "defs" field. 99 * Get search string for the "full" field. 108 * Set search string for the "refs" field. 118 * Get search string for the "refs" field. 127 * Set search string for the "path" field. 137 * Get search string for the "path" field. 146 * Set search string for the "hist" field 278 addQueryText(String field, String query) argument 287 getQueryText(String field) argument 298 escapeQueryString(String field, String query) argument 324 buildQuery(String field, String queryText) argument [all...] |
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | SCCSHistoryParser.java | 55 int field; field in class:SCCSHistoryParser 84 field = 0; 206 field = 1; 230 if (field > 0) { 231 field ++; 234 if(field > 5) { 235 field = 0;
|
/opengrok/lib/ |
H A D | bcel-6.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
H A D | swing-layout-0.9.jar | META-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ... |
Completed in 15 milliseconds