DIH - commit / optimize

2008-08-17 Thread Norberto Meijome
Hi again, I see in the DIH wiki page : [...] full-import [..] commit: (default 'true'). Tells whether to commit+optimize after the operation [...] but nothing for delta-import... I think it would be useful , a 'commit' (default=true) , 'optimize' (default=false) for the delta-import - these

Re: DIH - commit / optimize

2008-08-17 Thread finy finy
i use solr for 3 months, and i find some question follow: i check the solr source code, and find it uses lucene's QueryParser to parse user's input querystring for example, a query like this name:ibmT63notebook ,solr will parse it like 'name:ibm T63 notebook' , it regard this as a PhrazeQuery,so

Re: DIH - commit / optimize

2008-08-17 Thread Norberto Meijome
On Mon, 18 Aug 2008 10:14:32 +0800 finy finy [EMAIL PROTECTED] wrote: i use solr for 3 months, and i find some question follow: Please do not hijack mail threads. http://en.wikipedia.org/wiki/Thread_hijacking _ {Beto|Norberto|Numard} Meijome Ask not what's inside your

Re: DIH - commit / optimize

2008-08-17 Thread Shalin Shekhar Mangar
Actually we have commit and optimize as separate request parameters defaulting to true for both full-import and delta-import. You can add a request parameter optimize=false for delta-import if you want to commit but not to optimize the index. I've updated the wiki. Thanks for pointing it out. On

Re: DIH - commit / optimize

2008-08-17 Thread finy finy
i'sorry, i am not familiar with the maillist operation. my question is: i check the solr source code, and find it uses lucene's QueryParser to parse user's input querystring for example, a query like this name:ibmT63notebook ,solr will parse it like 'name:ibm T63 notebook' , it regard this as a

Re: DIH - commit / optimize

2008-08-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
Please post the question as a separate mail with a new subject. On Mon, Aug 18, 2008 at 9:58 AM, finy finy [EMAIL PROTECTED] wrote: i'sorry, i am not familiar with the maillist operation. my question is: i check the solr source code, and find it uses lucene's QueryParser to parse user's

Re: DIH - commit / optimize

2008-08-17 Thread Norberto Meijome
On Mon, 18 Aug 2008 09:34:56 +0530 Shalin Shekhar Mangar [EMAIL PROTECTED] wrote: Actually we have commit and optimize as separate request parameters defaulting to true for both full-import and delta-import. You can add a request parameter optimize=false for delta-import if you want to commit