Solr Search not showing results -
i new solr, doing prototype. indexed 5 documents , committed. now, if go http://localhost:8983/solr/admin/ , see 5 documents indexed. if search of terms in documents, don't see results. but, if :, see 5 records.
what doing wrong. ideas? please help. thanks.
probable problems:
- solr has cache of query. hold shift when hitting refresh button.
- the field querying on not indexed. change configuration of schema file.
- you may need specify field query. use "field:query" syntax.
Comments
Post a Comment