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!
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.
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
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 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
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
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
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