I have a Solr index with a set of coordinates stored as a Location type; I would like to query …
solr geospatial solr-query-syntaxHow 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-syntaxI have a SOLR query which should fetch all the fields I store, except one field. Say I have 20 fields, …
solr solr-query-syntaxI have a solr schema like this <fields> <field name="id" type="string" indexed="false" stored="true" …
indexing solr lucene solrcloud solr-query-syntaxI have a database that consist of Names and locations. I am searching for names using case insensitivity USING SOLR. …
solr case-insensitive solr-query-syntaxI need to run a query in Solr that contains another query as terms of the main query! Something like …
solr subquery solr-query-syntax