mirror of https://github.com/apache/lucene.git
SOLR-1373: Add Filter query to admin/form.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48109b3dc6
commit
a9101ae07a
|
@ -273,6 +273,8 @@ New Features
|
|||
|
||||
70. SOLR-1370: Show the output of CharFilters in FieldAnalysisRequestHandler (koji)
|
||||
|
||||
71. SOLR-1373: Add Filter query to admin/form.jsp
|
||||
(Jason Rutherglen via hossman)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
|
|
@ -35,6 +35,14 @@
|
|||
<textarea rows="5" cols="60" name="q"><%= defaultSearch %></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Filter Query</strong>
|
||||
</td>
|
||||
<td>
|
||||
<textarea rows="2" cols="60" name="fq"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Start Row</strong>
|
||||
|
|
Loading…
Reference in New Issue