Top "Solr-query-syntax" questions

Solr - How do I construct a query that requires a NOT NULL Location field

I have a Solr index with a set of coordinates stored as a Location type; I would like to query …

solr geospatial solr-query-syntax
Solr query syntax for array field

How do I search within an array field? I am using solr 4.2 with default settings. I indexed a few html …

solr solrnet solr-query-syntax
How to exclude fields in a SOLR query

I have a SOLR query which should fetch all the fields I store, except one field. Say I have 20 fields, …

solr solr-query-syntax
Solr result grouping error .Unexpected docvalues type SORTED_SET for field 'vendor' (expected=SORTED)

I have a solr schema like this <fields> <field name="id" type="string" indexed="false" stored="true" …

indexing solr lucene solrcloud solr-query-syntax