source: sandbox/expresso-solr/solr/docs/api/org/apache/solr/search/package-summary.html @ 7588

Revision 7588, 26.6 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

RevLine 
[7588]1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 25 15:26:26 EDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=utf-8">
7<TITLE>
8org.apache.solr.search (Solr 4.0.0-ALPHA API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-06-25">
12
13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15<SCRIPT type="text/javascript">
16function windowTitle()
17{
18    if (location.href.indexOf('is-external=true') == -1) {
19        parent.document.title="org.apache.solr.search (Solr 4.0.0-ALPHA API)";
20    }
21}
22</SCRIPT>
23<NOSCRIPT>
24</NOSCRIPT>
25
26</HEAD>
27
28<BODY BGCOLOR="white" onload="windowTitle();">
29<HR>
30
31
32<!-- ========= START OF TOP NAVBAR ======= -->
33<A NAME="navbar_top"><!-- --></A>
34<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36<TR>
37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38<A NAME="navbar_top_firstrow"><!-- --></A>
39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40  <TR ALIGN="center" VALIGN="top">
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48  </TR>
49</TABLE>
50</TD>
51<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52</EM>
53</TD>
54</TR>
55
56<TR>
57<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58&nbsp;<A HREF="../../../../org/apache/solr/schema/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
59&nbsp;<A HREF="../../../../org/apache/solr/search/function/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61  <A HREF="../../../../index.html?org/apache/solr/search/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63&nbsp;<SCRIPT type="text/javascript">
64  <!--
65  if(window==top) {
66    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
67  }
68  //-->
69</SCRIPT>
70<NOSCRIPT>
71  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
72</NOSCRIPT>
73
74
75</FONT></TD>
76</TR>
77</TABLE>
78<A NAME="skip-navbar_top"></A>
79<!-- ========= END OF TOP NAVBAR ========= -->
80
81<HR>
82<H2>
83Package org.apache.solr.search
84</H2>
85
86<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
87<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
88<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
89<B>Interface Summary</B></FONT></TH>
90</TR>
91<TR BGCOLOR="white" CLASS="TableRowColor">
92<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/CacheRegenerator.html" title="interface in org.apache.solr.search">CacheRegenerator</A></B></TD>
93<TD>Implementations of <code>CacheRegenerator</code> are used in autowarming to populate a new cache
94 based on an old cache.</TD>
95</TR>
96<TR BGCOLOR="white" CLASS="TableRowColor">
97<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocIterator.html" title="interface in org.apache.solr.search">DocIterator</A></B></TD>
98<TD>Simple Iterator of document Ids which may include score information.</TD>
99</TR>
100<TR BGCOLOR="white" CLASS="TableRowColor">
101<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocList.html" title="interface in org.apache.solr.search">DocList</A></B></TD>
102<TD><code>DocList</code> represents the result of a query: an ordered list of document ids with optional score.</TD>
103</TR>
104<TR BGCOLOR="white" CLASS="TableRowColor">
105<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search">DocSet</A></B></TD>
106<TD><code>DocSet</code> represents an unordered set of Lucene Document Ids.</TD>
107</TR>
108<TR BGCOLOR="white" CLASS="TableRowColor">
109<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/ExtendedQuery.html" title="interface in org.apache.solr.search">ExtendedQuery</A></B></TD>
110<TD>The ExtendedQuery interface provides extra metadata to a query.</TD>
111</TR>
112<TR BGCOLOR="white" CLASS="TableRowColor">
113<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/PostFilter.html" title="interface in org.apache.solr.search">PostFilter</A></B></TD>
114<TD>The PostFilter interface provides a mechanism to further filter documents
115 after they have already gone through the main query and other filters.</TD>
116</TR>
117<TR BGCOLOR="white" CLASS="TableRowColor">
118<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrCache.html" title="interface in org.apache.solr.search">SolrCache&lt;K,V&gt;</A></B></TD>
119<TD>Primary API for dealing with Solr's internal caches.</TD>
120</TR>
121<TR BGCOLOR="white" CLASS="TableRowColor">
122<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrSortField.html" title="interface in org.apache.solr.search">SolrSortField</A></B></TD>
123<TD>&nbsp;</TD>
124</TR>
125</TABLE>
126&nbsp;
127
128<P>
129
130<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
131<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
132<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
133<B>Class Summary</B></FONT></TH>
134</TR>
135<TR BGCOLOR="white" CLASS="TableRowColor">
136<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/BitDocSet.html" title="class in org.apache.solr.search">BitDocSet</A></B></TD>
137<TD><code>BitDocSet</code> represents an unordered set of Lucene Document Ids
138 using a BitSet.</TD>
139</TR>
140<TR BGCOLOR="white" CLASS="TableRowColor">
141<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/BoostQParserPlugin.html" title="class in org.apache.solr.search">BoostQParserPlugin</A></B></TD>
142<TD>Create a boosted query from the input value.</TD>
143</TR>
144<TR BGCOLOR="white" CLASS="TableRowColor">
145<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/CacheConfig.html" title="class in org.apache.solr.search">CacheConfig</A></B></TD>
146<TD>Contains the knowledge of how cache config is
147 stored in the solrconfig.xml file, and implements a
148 factory to create caches.</TD>
149</TR>
150<TR BGCOLOR="white" CLASS="TableRowColor">
151<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DelegatingCollector.html" title="class in org.apache.solr.search">DelegatingCollector</A></B></TD>
152<TD>A simple delegating collector where one can set the delegate after creation</TD>
153</TR>
154<TR BGCOLOR="white" CLASS="TableRowColor">
155<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DisMaxQParser.html" title="class in org.apache.solr.search">DisMaxQParser</A></B></TD>
156<TD>Query parser for dismax queries
157 <p/>
158 <b>Note: This API is experimental and may change in non backward-compatible ways in the future</b></TD>
159</TR>
160<TR BGCOLOR="white" CLASS="TableRowColor">
161<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DisMaxQParserPlugin.html" title="class in org.apache.solr.search">DisMaxQParserPlugin</A></B></TD>
162<TD>Create a dismax query from the input value.</TD>
163</TR>
164<TR BGCOLOR="white" CLASS="TableRowColor">
165<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocListAndSet.html" title="class in org.apache.solr.search">DocListAndSet</A></B></TD>
166<TD>A struct whose only purpose is to hold both a <A HREF="../../../../org/apache/solr/search/DocList.html" title="interface in org.apache.solr.search"><CODE>DocList</CODE></A> and a <A HREF="../../../../org/apache/solr/search/DocSet.html" title="interface in org.apache.solr.search"><CODE>DocSet</CODE></A>
167 so that both may be returned from a single method.</TD>
168</TR>
169<TR BGCOLOR="white" CLASS="TableRowColor">
170<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocSetCollector.html" title="class in org.apache.solr.search">DocSetCollector</A></B></TD>
171<TD>&nbsp;</TD>
172</TR>
173<TR BGCOLOR="white" CLASS="TableRowColor">
174<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocSetDelegateCollector.html" title="class in org.apache.solr.search">DocSetDelegateCollector</A></B></TD>
175<TD>&nbsp;</TD>
176</TR>
177<TR BGCOLOR="white" CLASS="TableRowColor">
178<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/DocSlice.html" title="class in org.apache.solr.search">DocSlice</A></B></TD>
179<TD><code>DocSlice</code> implements DocList as an array of docids and optional scores.</TD>
180</TR>
181<TR BGCOLOR="white" CLASS="TableRowColor">
182<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/ExtendedDismaxQParserPlugin.html" title="class in org.apache.solr.search">ExtendedDismaxQParserPlugin</A></B></TD>
183<TD>An advanced multi-field query parser based on the DisMax parser.</TD>
184</TR>
185<TR BGCOLOR="white" CLASS="TableRowColor">
186<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/ExtendedQueryBase.html" title="class in org.apache.solr.search">ExtendedQueryBase</A></B></TD>
187<TD>&nbsp;</TD>
188</TR>
189<TR BGCOLOR="white" CLASS="TableRowColor">
190<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FastLRUCache.html" title="class in org.apache.solr.search">FastLRUCache&lt;K,V&gt;</A></B></TD>
191<TD>SolrCache based on ConcurrentLRUCache implementation.</TD>
192</TR>
193<TR BGCOLOR="white" CLASS="TableRowColor">
194<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FieldParams.html" title="class in org.apache.solr.search">FieldParams</A></B></TD>
195<TD>A class to hold "phrase slop" and "boost" parameters for pf, pf2, pf3 parameters</TD>
196</TR>
197<TR BGCOLOR="white" CLASS="TableRowColor">
198<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FieldQParserPlugin.html" title="class in org.apache.solr.search">FieldQParserPlugin</A></B></TD>
199<TD>Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate.</TD>
200</TR>
201<TR BGCOLOR="white" CLASS="TableRowColor">
202<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FunctionQParser.html" title="class in org.apache.solr.search">FunctionQParser</A></B></TD>
203<TD>&nbsp;</TD>
204</TR>
205<TR BGCOLOR="white" CLASS="TableRowColor">
206<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FunctionQParserPlugin.html" title="class in org.apache.solr.search">FunctionQParserPlugin</A></B></TD>
207<TD>Create a function query from the input value.</TD>
208</TR>
209<TR BGCOLOR="white" CLASS="TableRowColor">
210<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FunctionRangeQParserPlugin.html" title="class in org.apache.solr.search">FunctionRangeQParserPlugin</A></B></TD>
211<TD>Create a range query over a function.</TD>
212</TR>
213<TR BGCOLOR="white" CLASS="TableRowColor">
214<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/FunctionRangeQuery.html" title="class in org.apache.solr.search">FunctionRangeQuery</A></B></TD>
215<TD>&nbsp;</TD>
216</TR>
217<TR BGCOLOR="white" CLASS="TableRowColor">
218<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/Grouping.html" title="class in org.apache.solr.search">Grouping</A></B></TD>
219<TD>Basic Solr Grouping infrastructure.</TD>
220</TR>
221<TR BGCOLOR="white" CLASS="TableRowColor">
222<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/HashDocSet.html" title="class in org.apache.solr.search">HashDocSet</A></B></TD>
223<TD><code>HashDocSet</code> represents an unordered set of Lucene Document Ids
224 using a primitive int hash table.</TD>
225</TR>
226<TR BGCOLOR="white" CLASS="TableRowColor">
227<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/JoinQParserPlugin.html" title="class in org.apache.solr.search">JoinQParserPlugin</A></B></TD>
228<TD>&nbsp;</TD>
229</TR>
230<TR BGCOLOR="white" CLASS="TableRowColor">
231<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/LFUCache.html" title="class in org.apache.solr.search">LFUCache&lt;K,V&gt;</A></B></TD>
232<TD>SolrCache based on ConcurrentLFUCache implementation.</TD>
233</TR>
234<TR BGCOLOR="white" CLASS="TableRowColor">
235<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/LRUCache.html" title="class in org.apache.solr.search">LRUCache&lt;K,V&gt;</A></B></TD>
236<TD>&nbsp;</TD>
237</TR>
238<TR BGCOLOR="white" CLASS="TableRowColor">
239<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/LuceneQParserPlugin.html" title="class in org.apache.solr.search">LuceneQParserPlugin</A></B></TD>
240<TD>Parse Solr's variant on the Lucene QueryParser syntax.</TD>
241</TR>
242<TR BGCOLOR="white" CLASS="TableRowColor">
243<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/MissingStringLastComparatorSource.html" title="class in org.apache.solr.search">MissingStringLastComparatorSource</A></B></TD>
244<TD>&nbsp;</TD>
245</TR>
246<TR BGCOLOR="white" CLASS="TableRowColor">
247<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/NestedQParserPlugin.html" title="class in org.apache.solr.search">NestedQParserPlugin</A></B></TD>
248<TD>Create a nested query, with the ability of that query to redefine it's type via
249 local parameters.</TD>
250</TR>
251<TR BGCOLOR="white" CLASS="TableRowColor">
252<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/OldLuceneQParserPlugin.html" title="class in org.apache.solr.search">OldLuceneQParserPlugin</A></B></TD>
253<TD>Parse Solr's variant of Lucene QueryParser syntax, including the
254 deprecated sort specification after the query.</TD>
255</TR>
256<TR BGCOLOR="white" CLASS="TableRowColor">
257<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/PrefixQParserPlugin.html" title="class in org.apache.solr.search">PrefixQParserPlugin</A></B></TD>
258<TD>Create a prefix query from the input value.</TD>
259</TR>
260<TR BGCOLOR="white" CLASS="TableRowColor">
261<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/QParser.html" title="class in org.apache.solr.search">QParser</A></B></TD>
262<TD><b>Note: This API is experimental and may change in non backward-compatible ways in the future</b></TD>
263</TR>
264<TR BGCOLOR="white" CLASS="TableRowColor">
265<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/QParserPlugin.html" title="class in org.apache.solr.search">QParserPlugin</A></B></TD>
266<TD>&nbsp;</TD>
267</TR>
268<TR BGCOLOR="white" CLASS="TableRowColor">
269<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/QueryParsing.html" title="class in org.apache.solr.search">QueryParsing</A></B></TD>
270<TD>Collection of static utilities useful for query parsing.</TD>
271</TR>
272<TR BGCOLOR="white" CLASS="TableRowColor">
273<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/QueryParsing.StrParser.html" title="class in org.apache.solr.search">QueryParsing.StrParser</A></B></TD>
274<TD>Simple class to help with parsing a string
275 <b>Note: This API is experimental and may change in non backward-compatible ways in the future</b></TD>
276</TR>
277<TR BGCOLOR="white" CLASS="TableRowColor">
278<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/QueryResultKey.html" title="class in org.apache.solr.search">QueryResultKey</A></B></TD>
279<TD>A hash key encapsulating a query, a list of filters, and a sort</TD>
280</TR>
281<TR BGCOLOR="white" CLASS="TableRowColor">
282<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/QueryUtils.html" title="class in org.apache.solr.search">QueryUtils</A></B></TD>
283<TD>&nbsp;</TD>
284</TR>
285<TR BGCOLOR="white" CLASS="TableRowColor">
286<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/RawQParserPlugin.html" title="class in org.apache.solr.search">RawQParserPlugin</A></B></TD>
287<TD>Create a term query from the input value without any text analysis or transformation whatsoever.</TD>
288</TR>
289<TR BGCOLOR="white" CLASS="TableRowColor">
290<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/ReturnFields.html" title="class in org.apache.solr.search">ReturnFields</A></B></TD>
291<TD>A class representing the return fields</TD>
292</TR>
293<TR BGCOLOR="white" CLASS="TableRowColor">
294<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrCacheBase.html" title="class in org.apache.solr.search">SolrCacheBase</A></B></TD>
295<TD>Common base class of reusable functionality for SolrCaches</TD>
296</TR>
297<TR BGCOLOR="white" CLASS="TableRowColor">
298<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrCacheBase.AutoWarmCountRef.html" title="class in org.apache.solr.search">SolrCacheBase.AutoWarmCountRef</A></B></TD>
299<TD>Decides how many things to autowarm based on the size of another cache</TD>
300</TR>
301<TR BGCOLOR="white" CLASS="TableRowColor">
302<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrConstantScoreQuery.html" title="class in org.apache.solr.search">SolrConstantScoreQuery</A></B></TD>
303<TD>A query that wraps a filter and simply returns a constant score equal to the
304 query boost for every document in the filter.</TD>
305</TR>
306<TR BGCOLOR="white" CLASS="TableRowColor">
307<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrFieldCacheMBean.html" title="class in org.apache.solr.search">SolrFieldCacheMBean</A></B></TD>
308<TD>A SolrInfoMBean that provides introspection of the Lucene FiledCache, this is <b>NOT</b> a cache that is manged by Solr.</TD>
309</TR>
310<TR BGCOLOR="white" CLASS="TableRowColor">
311<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrFilter.html" title="class in org.apache.solr.search">SolrFilter</A></B></TD>
312<TD>A SolrFilter extends the Lucene Filter and adds extra semantics such as passing on
313 weight context info for function queries.</TD>
314</TR>
315<TR BGCOLOR="white" CLASS="TableRowColor">
316<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrIndexSearcher.html" title="class in org.apache.solr.search">SolrIndexSearcher</A></B></TD>
317<TD>SolrIndexSearcher adds schema awareness and caching functionality
318 over the lucene IndexSearcher.</TD>
319</TR>
320<TR BGCOLOR="white" CLASS="TableRowColor">
321<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrIndexSearcher.DocsEnumState.html" title="class in org.apache.solr.search">SolrIndexSearcher.DocsEnumState</A></B></TD>
322<TD>&nbsp;</TD>
323</TR>
324<TR BGCOLOR="white" CLASS="TableRowColor">
325<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrIndexSearcher.ProcessedFilter.html" title="class in org.apache.solr.search">SolrIndexSearcher.ProcessedFilter</A></B></TD>
326<TD>&nbsp;</TD>
327</TR>
328<TR BGCOLOR="white" CLASS="TableRowColor">
329<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrIndexSearcher.QueryCommand.html" title="class in org.apache.solr.search">SolrIndexSearcher.QueryCommand</A></B></TD>
330<TD>A query request command to avoid having to change the method signatures
331 if we want to pass additional information to the searcher.</TD>
332</TR>
333<TR BGCOLOR="white" CLASS="TableRowColor">
334<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrIndexSearcher.QueryResult.html" title="class in org.apache.solr.search">SolrIndexSearcher.QueryResult</A></B></TD>
335<TD>The result of a search.</TD>
336</TR>
337<TR BGCOLOR="white" CLASS="TableRowColor">
338<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrQueryParser.html" title="class in org.apache.solr.search">SolrQueryParser</A></B></TD>
339<TD>A variation on the Lucene QueryParser which knows about the field
340 types and query time analyzers configured in Solr's schema.xml.</TD>
341</TR>
342<TR BGCOLOR="white" CLASS="TableRowColor">
343<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SortedIntDocSet.html" title="class in org.apache.solr.search">SortedIntDocSet</A></B></TD>
344<TD><code>SortedIntDocSet</code> represents a sorted set of Lucene Document Ids.</TD>
345</TR>
346<TR BGCOLOR="white" CLASS="TableRowColor">
347<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/Sorting.html" title="class in org.apache.solr.search">Sorting</A></B></TD>
348<TD>Extra lucene sorting utilities & convenience methods</TD>
349</TR>
350<TR BGCOLOR="white" CLASS="TableRowColor">
351<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SortSpec.html" title="class in org.apache.solr.search">SortSpec</A></B></TD>
352<TD>SortSpec encapsulates a Lucene Sort and a count of the number of documents
353 to return.</TD>
354</TR>
355<TR BGCOLOR="white" CLASS="TableRowColor">
356<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SpatialBoxQParserPlugin.html" title="class in org.apache.solr.search">SpatialBoxQParserPlugin</A></B></TD>
357<TD>&nbsp;</TD>
358</TR>
359<TR BGCOLOR="white" CLASS="TableRowColor">
360<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SpatialFilterQParser.html" title="class in org.apache.solr.search">SpatialFilterQParser</A></B></TD>
361<TD>&nbsp;</TD>
362</TR>
363<TR BGCOLOR="white" CLASS="TableRowColor">
364<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SpatialFilterQParserPlugin.html" title="class in org.apache.solr.search">SpatialFilterQParserPlugin</A></B></TD>
365<TD>Creates a spatial Filter based on the type of spatial point used.</TD>
366</TR>
367<TR BGCOLOR="white" CLASS="TableRowColor">
368<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SpatialOptions.html" title="class in org.apache.solr.search">SpatialOptions</A></B></TD>
369<TD>&nbsp;</TD>
370</TR>
371<TR BGCOLOR="white" CLASS="TableRowColor">
372<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SurroundQParserPlugin.html" title="class in org.apache.solr.search">SurroundQParserPlugin</A></B></TD>
373<TD>Plugin for lucene/contrib Surround query parser, bringing SpanQuery support
374 to Solr
375 
376 <queryParser name="surround"
377 class="org.apache.solr.search.SurroundQParserPlugin" />
378 
379 Examples of query syntax can be found in lucene/queryparser/docs/surround
380 
381 Note that the query string is not analyzed in any way</TD>
382</TR>
383<TR BGCOLOR="white" CLASS="TableRowColor">
384<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/TermQParserPlugin.html" title="class in org.apache.solr.search">TermQParserPlugin</A></B></TD>
385<TD>Create a single term query from the input value equivalent to readableToIndexed().</TD>
386</TR>
387<TR BGCOLOR="white" CLASS="TableRowColor">
388<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/ValueSourceParser.html" title="class in org.apache.solr.search">ValueSourceParser</A></B></TD>
389<TD>A factory that parses user queries to generate ValueSource instances.</TD>
390</TR>
391<TR BGCOLOR="white" CLASS="TableRowColor">
392<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/WrappedQuery.html" title="class in org.apache.solr.search">WrappedQuery</A></B></TD>
393<TD>A simple query that wraps another query and implements ExtendedQuery.</TD>
394</TR>
395</TABLE>
396&nbsp;
397
398<P>
399
400<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
401<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
402<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
403<B>Enum Summary</B></FONT></TH>
404</TR>
405<TR BGCOLOR="white" CLASS="TableRowColor">
406<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/Grouping.Format.html" title="enum in org.apache.solr.search">Grouping.Format</A></B></TD>
407<TD>&nbsp;</TD>
408</TR>
409<TR BGCOLOR="white" CLASS="TableRowColor">
410<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/Grouping.TotalCount.html" title="enum in org.apache.solr.search">Grouping.TotalCount</A></B></TD>
411<TD>&nbsp;</TD>
412</TR>
413<TR BGCOLOR="white" CLASS="TableRowColor">
414<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrCache.State.html" title="enum in org.apache.solr.search">SolrCache.State</A></B></TD>
415<TD>Enumeration of possible States for cache instances.</TD>
416</TR>
417<TR BGCOLOR="white" CLASS="TableRowColor">
418<TD WIDTH="15%"><B><A HREF="../../../../org/apache/solr/search/SolrQueryParser.MagicFieldName.html" title="enum in org.apache.solr.search">SolrQueryParser.MagicFieldName</A></B></TD>
419<TD>Identifies the list of all known "magic fields" that trigger
420 special parsing behavior</TD>
421</TR>
422</TABLE>
423&nbsp;
424
425<P>
426<DL>
427</DL>
428<HR>
429
430
431<!-- ======= START OF BOTTOM NAVBAR ====== -->
432<A NAME="navbar_bottom"><!-- --></A>
433<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
434<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
435<TR>
436<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
437<A NAME="navbar_bottom_firstrow"><!-- --></A>
438<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
439  <TR ALIGN="center" VALIGN="top">
440  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
441  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
442  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
443  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
444  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
445  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
446  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
447  </TR>
448</TABLE>
449</TD>
450<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
451</EM>
452</TD>
453</TR>
454
455<TR>
456<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
457&nbsp;<A HREF="../../../../org/apache/solr/schema/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
458&nbsp;<A HREF="../../../../org/apache/solr/search/function/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
459<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
460  <A HREF="../../../../index.html?org/apache/solr/search/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
461&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
462&nbsp;<SCRIPT type="text/javascript">
463  <!--
464  if(window==top) {
465    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
466  }
467  //-->
468</SCRIPT>
469<NOSCRIPT>
470  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
471</NOSCRIPT>
472
473
474</FONT></TD>
475</TR>
476</TABLE>
477<A NAME="skip-navbar_bottom"></A>
478<!-- ======== END OF BOTTOM NAVBAR ======= -->
479
480<HR>
481
482          <address>Copyright &copy; 2000-2012 Apache Software Foundation.  All Rights Reserved.</address>
483          <script src='../../../../prettify.js' type='text/javascript'></script>
484          <script type='text/javascript'>
485            (function(){
486              var oldonload = window.onload;
487              if (typeof oldonload != 'function') {
488                window.onload = prettyPrint;
489              } else {
490                window.onload = function() {
491                  oldonload();
492                  prettyPrint();
493                }
494              }
495            })();
496          </script>
497       
498</BODY>
499</HTML>
Note: See TracBrowser for help on using the repository browser.