Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
James Pritchett pointed out on the solr-user list that this sample query from the quick start tutorial matched no docs (even though the tutorial text says "The above request returns only one document")...
http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=name:foundation
The root problem seems to be that the add-unknown-fields-to-the-schema chain in data_driven_schema_configs is configured with...
<str name="defaultFieldType">strings</str>
...and the "strings" type uses StrField and is not tokenized.
Original thread: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201609.mbox/%3CCAC-n2zRPsspfnK43AGeCspchc5b-0FF25xLfnzogYuVyg2dWbw@mail.gmail.com%3E
Attachments
Attachments
Issue Links
- is duplicated by
-
SOLR-8495 Schemaless mode cannot index large text fields
-
- Closed
-
-
SOLR-6966 For Data Driven Schema, consider multi-word text fields to be text, not string field types
-
- Closed
-
- is related to
-
SOLR-8495 Schemaless mode cannot index large text fields
-
- Closed
-
- relates to
-
SOLR-6966 For Data Driven Schema, consider multi-word text fields to be text, not string field types
-
- Closed
-
-
SOLR-6871 Need a process for updating & maintaining the new quickstart tutorial (and any other tutorials added to the website)
-
- Closed
-
- links to