Top "Solr" questions

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

Node.getTextContent() is undefined in Node

In my project I am facing a problem stating The method getTextContent() is undefined for the type Node I am …

java solr
How to perform a search in a Multivalued Field in Solr?

I'm having dificulties to execute a search in Solr. My Solr has a Multivalued field like this document below: <…

search solr multivalue
Solr 4.1 DataImportHandler ClassNotFoundException

I have been trying to setup Data Import Handler (Solr 4.1) following this tutorial and tried solutions suggested in previous posts …

solr dataimporthandler
Is Solr available for .Net?

I want to learn Solr. May I know some good tutorial/links for it? Also, is Solr available for .NET?

.net lucene solr
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
SOLR autoCommit vs autoSoftCommit

I'm very confused about and . Here is what I understand autoSoftCommit - after a autoSoftCommit, if the the SOLR server …

solr solr4
Search Engine - Lucene or Solr

We need to integrate a search engine in our Product Catalog management software. the catalog is expected to have more …

asp.net solr lucene.net
my nodejs script is not exiting on its own after successful execution

I have written a script to update my db table after reading data from db tables and solr. I am …

mysql node.js solr scripting
Solr wildcard query with whitespace

I have a wildcard query that looks something like: q=location:los a* I'd like it to match "los angeles" …

solr wildcard
Solr: how to turn down logging

OK, so I'm thrilled with Solr, but I can't seem to figure out how to turn down the logging level …

java logging solr slf4j