add defaultOperator example to example schema.xml

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@425036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2006-07-24 13:07:12 +00:00
parent 769edb8e78
commit ae014f4319
1 changed files with 5 additions and 0 deletions

View File

@ -206,6 +206,11 @@
<!-- field for the QueryParser to use when an explicit fieldname is absent -->
<defaultSearchField>text</defaultSearchField>
<!-- SolrQueryParser configuration:
defaultOperator="AND|OR"
-->
<solrQueryParser defaultOperator="OR"/>
<!-- copyField commands copy one field to another at the time a document
is added to the index. It's used either to index the same field different
ways, or to add multiple fields to the same field for easier/faster searching. -->