Top "Solr" questions

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

How to create new core in Solr 5?

Currently we are using Apache Solr 4.10.3 OR Heliosearch Distribution for Solr [HDS]

solr lucene core
How to get all results from solr query?

I executed some query like "Address:Jack*". It show numFound = 5214 and display 100 documents in results page(I changed default display …

solr
Solr search query over multiple fields

Is it possible to search in Solr over two fields using two different words and get back only those results …

solr
Solr commit and optimize questions

I have a classifieds website. Users may put ads, edit ads, view ads etc. Whenever a user puts an ad, …

indexing solr
SOLR Case Insensitive Search

I've a problem in SOLR Search. I have a data like this: I use solr admin to find this data …

solr case-insensitive
Which special characters need escaping in a solr query?

Update: I think this question has to do with solr syntax in general, and not Chef in particular. So while …

solr lucene chef-infra knife
Solr fetching date ranges

Well, i'm coding some methods for returning solr docs that mach a interval date range. Docs stored date fields with …

solr
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
How to set Apache solr admin password

I an not very familiar with solr. I have installed solr successfully. It is using jetty webserver. My solr version …

solr sunspot-solr
How to fix "Requested array size exceeds VM limit" error in Java?

Is there an log option that can let tomcat log the bad query instead just throwing this ? SEVERE: java.lang.…

java tomcat solr heap-memory