Top "Solr" questions

Apache Solr is an open source search server based on the Lucene Java search library.

How to boost fields in solr

I already have the boost determined before hand. I have a field in the solr index called boost1 . This boost …

solr lucene solrnet edismax dismax
Search multiple SOLR core's and return one result set

We have several core's setup in SOLR and would like to search across these cores and return a single result …

solr
Solr index vs stored

I am a little confused as to what the behaviour of the index and stored attibutes of the Solr fields …

solr solr4
How can I see all the data that solr is indexing?

So I have a solr server running as part of a chef server. Some of my nodes just aren't coming …

java solr chef-infra
Solr documents with child elements?

Is it somehow possible to create a solr document that contains sub-elements? For example, how would I represent something like …

solr nested document structure
Solr Collection vs Cores

I struggle with understanding the difference between collections and cores. If I understand it correctly, cores are multiple indexes. Collection …

solr lucene
How to fix exceeded limit of maxWarmingSearchers?

Anyone know why and how to resolve this as I have a very busy updates and searches at the same …

solr
How to do an IN query in Solr?

i'm having documents with a multivalued field "sharedTo" which contains the groups that the document is shared to. Now I …

syntax solr
What is the default address of Solr Server (Solr 4.0) for use from a SolrJ client

I'm trying to connect with Solr Server from a SolrJ client, but it gives an HTTPResponse Exception. Here's my code: …

solr solrj
solr faceted search - how do I specify multiple fields on the Solr Query UI?

I'm a newbie to solr and tying my hands at solr. Can some one here please explain how to specify …

solr faceted-search facet