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

learn more… | top users | synonyms (2)

117
votes
2answers
39k views

Solr vs. ElasticSearch [closed]

What are the core architectural differences between these technologies? Also, what use cases are generally more appropriate for each?
113
votes
12answers
45k views

ElasticSearch, Sphinx, Lucene, Solr, Xapian. Which fits for which usage? [closed]

I'm currently looking at other search methods rather than having a huge SQL query. I saw elasticsearch recently and played with whoosh (a python implementation of a search engine). Can you argument ...
104
votes
5answers
25k views

Choosing a stand-alone full-text search server: Sphinx or SOLR? [closed]

I'm looking for a stand-alone full-text search server with the following properties: Must operate as a stand-alone server that can serve search requests from multiple clients Must be able to do ...
94
votes
6answers
16k views

NoSQL (MongoDB) vs Lucene (or Solr) as your database

With the NoSQL movement growing based on document-based databases, I've looked at MongoDB lately. I have noticed a striking similarity with how to treat items as "Documents", just like Lucene does ...
44
votes
7answers
19k views

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 than 4-5 mn. records with relational data spread over several tables. Our dev ...
37
votes
5answers
6k views

How to evaluate hosted full text search solutions?

What are the options when it comes to SaaS/hosted full text search? How should I evaluate the different options available? I'm looking for something that uses Lucene, solr, or sphinx on the backend, ...
30
votes
3answers
12k views

How to query SOLR for empty fields?

I have a large solr index, and I have noticed some fields are not updated correctly (the index is dynamic). This has resulted in some fields having an empty "id" field. I have tried these queries, ...
30
votes
4answers
969 views

How to search over huge non-text based data sets?

In a project I am working, the client has a an old and massive(terabyte range) RDBMS. Queries of all kinds are slow and there is no time to fix/refactor the schema. I've identified the sets of common ...
29
votes
4answers
5k views

Why are document stores like Lucene / Solr not included in NoSQL conversations?

All of us have come across the recent hype of no-SQL solutions lately. MongoDB, CouchDB, BigTable, Cassandra, and others have been listed as no-SQL options. Here's an example: ...
28
votes
4answers
17k views

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, I am adding a document to solr. I don't know, however, when to commit it. Commit slows things down ...
25
votes
3answers
31k views

using OR and NOT in solr query

I'm working on a solr query similar to the following: ((myField:superneat AND myOtherField:somethingElse) OR NOT myField:superneat) When running this, no results are returned. Using criteria on ...
24
votes
6answers
21k views

How to start Solr automatically?

At the moment I have to go to /usr/java/apache-solr-1.4.0/example and then do: java -jar start.jar How do I get this to start automatically on boot? I'm on a shared Linux server.
23
votes
4answers
11k views

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?
22
votes
7answers
11k views

Solr delete not working for some reason

Just trying to delete all the documents, and did this: http://localhost:8983/solr/update?stream.body=%3Cdelete%3E%3Cquery%3E*:*%3C/query%3E%3C/delete%3E then committed: ...
21
votes
2answers
4k views

java - MongoDB + Solr performances

I've been looking around a lot to see how to use MongoDB in combination with Solr, and some questions here have partial responses, but nothing really concrete (more like theories). In my application, ...
20
votes
8answers
26k views

HTTP ERROR: 404 missing core name in path with solr

I am new to Solr, after installing it in ubuntu 8.10, when I was trying exampledocs to index , as per this link, I got this error "HTTP ERROR: 404 missing core name in path" (in jetty) What shall I ...
20
votes
3answers
13k views

What is the use of “multiValued” field type in Solr?

I'm new to Apache Solr. Even after reading the documentation part, I'm finding difficult to clearly understand the functionality and use of multiValued field type property. What internally Solr ...
19
votes
4answers
13k views

How to select distinct field values using Solr?

I would like to do the equivalent of this SQL but with Solr as my data store. SELECT DISTINCT txt FROM my_table; What syntax would force Solr to only give me distinct values? ...
18
votes
1answer
7k views

Setup sunspot solr with rails in production environment

I have tried various links but I can't seem to find a good resource on creating a running solr instance that works with rails in production. I understand that you have to setup the solr server for ...
18
votes
2answers
7k views

how do i find out version of currently running solr

Please tell me how can i determine the version number of currently running solr ? Thanks in advance.
18
votes
4answers
8k views

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 documents using C# vs Java? I think the issue is that there is no .Net equivalent of Tika which ...
16
votes
5answers
4k views

Why is Solr so much faster than Postgres?

I recently switched from Postgres to Solr and saw a ~50x speed up in our queries. The queries we run involve multiple ranges, and our data is vehicle listings. For example: "Find all vehicles with ...
16
votes
2answers
7k views

Searching for date range or null/no field in Solr

I want to perform a search on a text field in Solr. I want to return all matches in a range or where there is no value. The two searches word independently: myfield:[start TO finish] -myfield:[* TO ...
15
votes
7answers
6k views

Recommendations for a spidering tool to use with Lucene or Solr? [closed]

What is a good crawler (spider) to use against HTML and XML documents (local or web-based) and that works well in the Lucene / Solr solution space? Could be Java-based but does not have to be.
15
votes
4answers
4k views

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 seems like the authors are using Solr as a database of sorts in that each document returned contains ...
14
votes
11answers
7k views

What are some Search Servers out there?

I'm looking to find alternatives to Solr from the Apache Software Foundation. For those that don't know, Solr is an enterprise search server. A client application uses a web-services like interface ...
14
votes
4answers
4k views

Apache solr search part of the word

I'm using apache solr search engine for indexing my website database.. I'm using django+http://haystacksearch.org/ So let's say I have document that have word "Chicken" When I search for "chicken" ...
14
votes
5answers
1k views

Best way to keep index real time?

I have a Solr/Lucene index file of approximately 700 Gb. The documents that I need to index are being read in real-time, roughly 1000 docs every 30 minutes are submitted and need to be indexed. In my ...
13
votes
5answers
5k views

Best full text search for mysql?

We're currently running MySQL on a LAMP stack and have been looking at implementing a more thorough, full-text search on our site. We've looked at MySQL's own freetext search, but it doesn't seem to ...
13
votes
2answers
3k views

Sunspot not indexing model after save

I have a model which deploys a delayed job that updates some of its attributes. The model is declared "searchable"... searchable do text :content, :stored => true end ... which I thought ...
13
votes
3answers
8k views

Solr - LockObtainFailedException on multiple simultaneous writes

My application does very frequent solr writes from multiple clients via REST. I'm using the autocommit feature by using the "commitWithin" attribute. LockObtainFailedException start appearing after ...
13
votes
4answers
3k views

Situations to prefer Apache Lucene over Solr?

There are several advantages to use Solr 1.4 (out-of-the-box facetting search, grouping, replication, http administration vs. luke, ...). Even if I embed a search-functionality in my Java application ...
12
votes
4answers
4k views

Faceted Search (solr) vs Good old filtering via PHP?

I am planning on setting up a filter system (refine your search) in my ecommerce stores. You can see an example here: http://www.bettymills.com/shop/product/find/Air+and+HVAC+Filters Platforms such ...
12
votes
3answers
8k views

Boost Solr results based on the field that contained the hit

I was browsing the web looking for an indexing and search framework and stumbled upon Solr. A functionality that we absolutely need is to boost results based on what field contained the hit. A small ...
12
votes
9answers
7k views

Solr DataImportHandler not found

I am using Solr 3.3.0 with Tomcat 6.0.26. I was able to successfully install Solr and i was even able to access its web interface using http:/localhost:8084/solr/admin. Now i want to use its ...
12
votes
1answer
9k views

Solr indexing - Master/Slave replication, how to handle huge index and high traffic?

I'm currently facing an issue with SOLR (more exactly with the slaves replication) and after having spent quite a few time reading online I find myself having to ask for some enlightenment. - Does ...
12
votes
6answers
3k views

Solr vs Hibernate Search - Which to choose and When?

We are building an ecommerce application. We are using JAVA stack with Hibernate and Spring Framework. As with all ecommerce application, we need to build search capability into ours. So, we came ...
11
votes
1answer
3k views

SOLR recover from deleted index files

When I delete solr's index files on disk, (found in /solr/data/index and solr/data/spellchecker), solr throws an exception whenever I try to make a request to it: java.lang.RuntimeException: ...
11
votes
3answers
1k views

Lucene as data store

Is it possible to use Lucene as full fledged data store (like other(mongo,couch) nosql variants). I know there are some limitations like newly updated documents by one indexer will not be shown in ...
11
votes
2answers
4k views

Solr DIH — How to handle deleted documents?

I'm playing around with a Solr-powered search for my webapp, and I figured it'd be best to use the DataImportHandler to handle syncing with the app via the database. I like the elegance of just ...
11
votes
1answer
3k views

Zend_Search_Lucene vs SOLR

I have recenlty stumbled into Zend Lucene port of Lucene project. I have a little bit experience with SOLR so I would like to know what is the difference between two of them especially from ...
11
votes
2answers
4k views

SOLR filter-query vs main-query

SOLR docs, state that filter queries, unlike the main query, do not influence the document score. Can anyone explain what does this mean exactly, preferably with an example. Thanks.
10
votes
2answers
8k views

Update specific field on SOLR index

I want to using solr for search on articles I have 3 table: Group (id , group name) ArticleBase (id, groupId, some other field) Article(id, articleBaseId, title, date, ...) in solr schema.xml ...
10
votes
2answers
3k views

Reindexing a particular model in Sunspot seems to make no difference in time taken

My application usually takes 20 minutes to reindex as a whole. There is a small table with a couple of records which I want to reindex again. I want to save time so I ran the command rake ...
10
votes
1answer
11k views

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 ISO 8601 format. Any idea? thx
10
votes
2answers
3k views

Can a raw Lucene index be loaded by Solr?

Some colleagues of mine have a large Java web app that uses a search system built with Lucene Java. What I'd like to do is have a nice HTTP-based API to access those existing search indexes. I've used ...
10
votes
1answer
3k views

Most simple way (URL?) to trigger SOLR commit of all pending docs?

What's the most simple way to cause a SOLR installation to commit all pending docs? (There's no obvious way in the admin interface. There's a script called 'commit' mentioned on the page ...
10
votes
3answers
10k views

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 set. A bit more background: We have a SOLR core that we index our internal blog engine. ...
10
votes
1answer
829 views

Solr search for hashtag or mentions

We are using solr version 3.5 to search though Tweets, I am using WordDelimiterFactory with the following setting, to be able to search for @username or #hashtags <filter ...
10
votes
5answers
3k views

Solr 3.1 DataImportHandler from MS SQL and receive java.lang.OutOfMemoryError: Java heap space

I am trying to import a large dataset (41million records) into a new Solr index. I have setup the core, it works, I inserted some test docs, they work. I have setup the data-config.xml as below and ...

1 2 3 4 5 121