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 c
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
> use
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 a
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
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
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
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 sh