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:

  1. solr has cache of query. hold shift when hitting refresh button.
  2. the field querying on not indexed. change configuration of schema file.
  3. you may need specify field query. use "field:query" syntax.

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -