Hi Andy,
Andy-152 wrote:
>
>
> 1
> 1000
>
>
> has been commented out.
>
> - With commented out, does it mean that every new document
> indexed to Solr is being auto-committed individually? Or that they are not
> being auto-committed at all?
>
I am not sure, whether there is a de
Thanks Mitch.
How do I do an explicit commit?
Andy
--- On Sun, 9/26/10, MitchK wrote:
> From: MitchK
> 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 wrote:
> >
> >
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
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
http://mail-archives.apache.org/mod_mbox/luce
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 business
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 wr
http://wiki.apache.org/solr/PublicServers
http://www.lucidimagination.com/developer/Community/Application-Showcase-Wiki
-Original message-
From: Girish Pandit
Sent: Sun 26-09-2010 14:16
To: solr-user@lucene.apache.org;
Subject: how are you using Solr?
I am trying to understand the wid
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
-Or
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 part-of-sp
On Sun, Sep 26, 2010 at 11:49 PM, Teruhiko Kurosaka wrote:
>
> As I understand it, payloads go to the Lucene index.
> In most cases, the part-of-speech tags are not used if
> retrieved by the search applications. So they shouldn't
> go to the index. So I'd like to know if there is an
> existing
10 matches
Mail list logo