1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title>LuceneCoreQuery.dtd's entities</title>
<meta http-equiv='CONTENT-TYPE' content='text/html; charset=UTF-8' />
<link rel='StyleSheet' href='DTDDocStyle.css' type='text/css' media='screen' />
</head><body>
<p class='DTDSource'><b><code>LuceneCoreQuery.dtd</code></b>: <a href='LuceneCoreQuery.dtd.html'>Elements</a> - <a href='LuceneCoreQuery.dtd.entities.html'>Entities</a> - <a href='LuceneCoreQuery.dtd.org.html'>Source</a> | <a href='intro.html'>Intro</a> - <a href='elementsIndex.html'>Index</a><br /><a href='index.html' target='_top'>FRAMES</a> / <a href='LuceneCoreQuery.dtd.entities.html' target='_top'>NO FRAMES</a></p><h1>Entities for Core Lucene</h1>
<table summary='Entities'>
<thead><tr><th>Name</th><th>Value</th></tr></thead>
<tbody>
<tr><th colspan='2' height='1' class='ruler'></th></tr>
<tr>
<td>filters</td>
<td>
%coreFilters;%extendedFilters1;
</td>
</tr>
<tr>
<td>spanQueries</td>
<td>
%coreSpanQueries;%extendedSpanQueries1;
</td>
</tr>
<tr>
<td>extendedSpanQueries1</td>
<td>
</td>
</tr>
<tr>
<td>queries</td>
<td>
%coreQueries;|%spanQueries;%extendedQueries1;
</td>
</tr>
<tr>
<td>extendedQueries1</td>
<td>
</td>
</tr>
<tr>
<td>coreSpanQueries</td>
<td>
SpanOr|SpanNear|SpanOrTerms|SpanFirst|SpanNot|SpanTerm|BoostingTermQuery
</td>
</tr>
<tr>
<td>coreFilters</td>
<td>
RangeFilter|NumericRangeFilter|CachedFilter
</td>
</tr>
<tr>
<td>extendedFilters1</td>
<td>
</td>
</tr>
<tr>
<td>coreQueries</td>
<td>
BooleanQuery|UserQuery|FilteredQuery|TermQuery|TermsQuery|MatchAllDocsQuery|ConstantScoreQuery|BoostingTermQuery|NumericRangeQuery
</td>
</tr>
</tbody>
</table>
</body></html>
|