Can I host TWO separate datasets in Solr?

2011-01-21 Thread Igor Chudov
I would like to have two sets of data and search them separately (they are used for two different websites). How can I do it? Thanks!

How can I disable fsync()?

2010-10-29 Thread Igor Chudov
Thanks to all and I made Solr work very well on one newer machine. Now I am setting up Solr on an older server with an IDE hard drive. Unfortunately, populating the index takes FOREVER due to Solr/Lucene/Tomcat calling fsync() a lot after every write. I would like to know how to disable fsync.

Re: Looking for Developers

2010-10-26 Thread Igor Chudov
UNSUBSCRIBE On Wed, Oct 27, 2010 at 12:14 AM, ST ST wrote: > Looking for Developers Experienced in Solr/Lucene And/OR FAST Search Engines > from India (Pune) > > We are looking for off-shore India Based Developers who are proficient in > Solr/Lucene and/or FAST search engine . > Developers in the

Quoting special characters?

2010-10-14 Thread Igor Chudov
Let's say that I submit a query for a MoreLikeThis search. The query contains special characters, that Solr/Lucene interprets specially, such as colon ":". Example textual query is "Solve a proportion X:2 = 4/5 and find X". (the context is website algebra.com). My queries never intend those chara

I am amazed at what you guys have done!!!!!!!!

2010-10-13 Thread Igor Chudov
I have just implemented (well, almost) a Solr solution for a "More Like This" type of application. Let me just say that I am BLOWN AWAY by how great of a job the Solr team has done. It works! It works fast! It works VERY well! i

Re: Can Solr do approximate matching?

2010-09-23 Thread Igor Chudov
question using some NLP techs such as identifying entities and ingore >> less usefull words such as "which" "is" ... but I guess tf*idf score >> function will also work well >> >> 2010/9/22 Igor Chudov : >>> Hi guys. I am new here. So if I am un

How can I delete the entire contents of the index?

2010-09-22 Thread Igor Chudov
Let's say that I added a number of elements to Solr (I use Webservice::Solr as the interface to do so). Then I change my mind and want to delete them all. How can I delete all contents of the database, but leave the database itself, just empty? Thanks i

Can Solr do approximate matching?

2010-09-22 Thread Igor Chudov
Hi guys. I am new here. So if I am unwittingly violating any rules, let me know. I am working with Solr because I own algebra.com, where I have a database of 250,000 or so answered math questions. I want to use Solr to provide approximate matching functionality called "similar items". So that user