Top "Solr" questions

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

Using Solr search index as a database - is this "wrong"?

My team is working with a third party CMS that uses Solr as a search index. I've noticed that it …

java mysql database solr
How to create Solr 6 cores?

I've installed Solr 6 on a Digital Ocean ubuntu instance: install_solr_service.sh solr-6.1.0.tgz and verified that Solr is …

linux solr solr6
Using ElasticSearch and/or Solr as a datastore for MS Office and PDF documents

I'm currently designing a full text search system where users perform text queries against MS Office and PDF documents, and …

pdf solr elasticsearch ms-office
Google like autosuggest with Solr

I'm currently using Solr with Terms Component and Jquery Autosuggest which works quiet good. However, this construct is limited to …

autocomplete solr autosuggest
What regular expression features are supported by Solr edismax?

Regular expressions allows for the pattern matching syntax shown below. I'm trying to implement a powerful search tool that implements …

regex solr edismax
Fuzzy Search in Solr

I am working on a a fuzzy query using Solr, which goes over a repository of data which could have …

solr fuzzy-search
Solr Fuzzy Search for similar words

I am trying to do a fuzzy search for "jahngir" ~ 0.2, which does not return any results. My indexes has records …

solr fuzzy-search
Indexing .PDF, .XLS, .DOC, .PPT using Lucene.NET

I've heard of Lucene.Net and I've heard of Apache Tika. The question is - how do I index these …

.net asp.net lucene solr lucene.net
How to write a solr query for retrieving all records with numeric field value less then specified?

Let's assume we have a set of mp3-players with names and prices. How to write a correct solr query …

java syntax solr lucene solrj
Solr search using contains, sound like

Problem: I have a movie information in solr. Two string fields define the movie title and director name. A copy …

search solr soundex