questions about autocommit committing documents

2010-09-26 Thread Andy
In the example solrconfig.xml that comes with Solr, the autocommit section: autoCommit maxDocs1/maxDocs maxTime1000/maxTime /autoCommit has been commented out. - With autoCommit commented out, does it mean that every new document indexed to Solr is being auto-committed individually?

Sorting individually by each keyword.

2010-09-26 Thread jjml jkl
I want to sort individually by each keyword. ex:) There are Doc1,Doc2,Doc3. It have three keywords - A,B,C in each. [search result] keyword A : search result:Doc1,Doc2,Doc3 keyword B : search result:Doc3,Doc2,Doc1 keyword C : search result:Doc3,Doc1,Doc2 How do I implement the above?

Re: questions about autocommit committing documents

2010-09-26 Thread MitchK
Hi Andy, Andy-152 wrote: autoCommit maxDocs1/maxDocs maxTime1000/maxTime /autoCommit has been commented out. - With autoCommit commented out, does it mean that every new document indexed to Solr is being auto-committed individually? Or that they are not being

Re: questions about autocommit committing documents

2010-09-26 Thread Andy
Thanks Mitch. How do I do an explicit commit? Andy --- On Sun, 9/26/10, MitchK mitc...@web.de wrote: From: MitchK mitc...@web.de Subject: Re: questions about autocommit committing documents To: solr-user@lucene.apache.org Date: Sunday, September 26, 2010, 4:13 AM Hi Andy, Andy-152

Re: questions about autocommit committing documents

2010-09-26 Thread MitchK
First: Usually you do not use post.jar for updating your index. It's a simple tool, but normally you use features like the csv- or xml-update-RequestHandler. Have a look at UpdateCSV and UpdateXMLMessages in the wiki. There you can find examples on how to commit explicitly. With the post.jar

RE: Concurrent DB updates and delta import misses few records

2010-09-26 Thread Ephraim Ofir
You could store the last indexed ID in the DB. Implement the delta import as a stored procedure that saves the last imported ID in the DB. On subsequent delta imports, use the deltaQuery to get that ID from the DB and use it in the deltaImportQuery See

how are you using Solr?

2010-09-26 Thread Girish Pandit
I am trying to understand the width of its usage! I am from Finance and I am using for content/material search, initially we were storing these in the database but we had performance issues with the search. so later on we moved to Solr. How about you? why did you choose Solr and what

Re: how are you using Solr?

2010-09-26 Thread Dennis Gearon
Custom search engine in stealth mode. Will be going 'private alpha' near end of year. Dennis Gearon Signature Warning EARTH has a Right To Life, otherwise we all die. Read 'Hot, Flat, and Crowded' Laugh at http://www.yert.com/film.php --- On Sun, 9/26/10, Girish Pandit

RE: how are you using Solr?

2010-09-26 Thread Markus Jelsma
http://wiki.apache.org/solr/PublicServers http://www.lucidimagination.com/developer/Community/Application-Showcase-Wiki   -Original message- From: Girish Pandit pandit.gir...@gmail.com Sent: Sun 26-09-2010 14:16 To: solr-user@lucene.apache.org; Subject: how are you using Solr? I am

Re: how are you using Solr?

2010-09-26 Thread Titash Neogi
We are building a knowledge networking app that is powered using Solr. Right now in alpha - will be in beta by end of year. www.bibkosh.com Markus Jelsma wrote: http://wiki.apache.org/solr/PublicServers http://www.lucidimagination.com/developer/Community/Application-Showcase-Wiki

Re: TokenFilter that removes payload ?

2010-09-26 Thread Teruhiko Kurosaka
Erik, On Sep 26, 2010, at 8:04 AM, Erick Erickson wrote: The reason I ask is that you had to put the payloads into the input in the first place, and they don't affect searching unless you want them to. So why do you want to remove them with a token filter? Our Tokenizer puts a