Auto update with deltaimport

2009-12-11 Thread Olala
Hi All! I am developing a search engine using Solr, I was tested full-import and delta-import command successfully.But now,I want to run delta-import automatically with my schedule.So, can anyone help me??? Thanks & Regards, -- View this message in context: http://old.nabble.com/Auto-update-wi

Re: Auto update with deltaimport

2009-12-15 Thread Olala
call it from scheduler > > within the shell scripts/bat files use wget or curl to call the right > import: > > wget -q -O /dev/null > http://localhost:8983/solr/dataimport?command=delta-import > > > Joel > > On Dec 12, 2009, at 1:38 AM, Olala wrote: > >&g

CCU of Solr?

2009-12-18 Thread Olala
Hi all! I am developing an online dictionary application by using Solr, but I wonder that how many concurrent request that Solr can be process? -- View this message in context: http://old.nabble.com/CCU-of-Solr--tp26840318p26840318.html Sent from the Solr - User mailing list archive at Nabble

Re: CCU of Solr?

2009-12-18 Thread Olala
c > > On Fri, Dec 18, 2009 at 1:39 PM, Olala wrote: >> >> Hi all! >> >> I am developing an online dictionary application by using Solr, but I >> wonder >> that how many concurrent request that Solr can be process? >> -- >> Vie

Re: CCU of Solr?

2009-12-18 Thread Olala
that just spawns a bunch of > threads that query your SOLR server, should take you about a day. > > Erick > > On Fri, Dec 18, 2009 at 3:42 AM, Olala wrote: > >> >> Thanks for your answer! But how i can test this??? Do you know any tool >> that >> help me d

Multi Solr

2009-12-21 Thread Olala
Hi all! I have developed Solr on Tomcat, but now I want to building many Solr on only one Tomcat server.Is that can be done or not??? -- View this message in context: http://old.nabble.com/Multi-Solr-tp26884086p26884086.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multi Solr

2009-12-22 Thread Olala
Thanks so much!Ihave done :) Raghuveer Kancherla wrote: > > Based on your need you can choose one of the options listed at > > http://wiki.apache.org/solr/MultipleIndexes > > > - Raghu > > > On Tue, Dec 22, 2009 at 10:46 AM, Olala wrote: > >> &g

Search both diacritics and non-diacritics

2009-12-22 Thread Olala
Hi all! I am developing a seach engine with Solr, and now I want to search both with and without diacritics, for example: if I query kho, it will response kho, khó, khò,... But if I query khó, it will response only khó. Who anyone have solution? I have used but it is not correct :( -- View thi

absolute search

2009-12-24 Thread Olala
I have another question that if I query "book", solr will response only "book" but do not response another value such as book mark, book-keeper, guide-book, etc. Thanks so much! -- View this message in context: http://old.nabble.com/absolute-search-tp26911441p26911441.html Sent from the Solr -

Re: absolute search

2009-12-24 Thread Olala
Yes, I am searching on Text fieldtype :) Shalin Shekhar Mangar wrote: > > On Thu, Dec 24, 2009 at 1:49 PM, Olala wrote: > >> >> I have another question that if I query "book", solr will response only >> "book" but do not response another valu

Re: absolute search

2009-12-24 Thread Olala
a guess > > Also, what does adding debugQuery=on show? > > Thanks > Erick > > On Thu, Dec 24, 2009 at 3:40 AM, Olala wrote: > >> >> Yes, I am searching on Text fieldtype :) >> >> >> Shalin Shekhar Mangar wrote: >> > >> > O

Re: absolute search

2009-12-27 Thread Olala
in your index in the field in question? And what does > adding debugQuery=on to the query show? > > On Thu, Dec 24, 2009 at 8:44 PM, Olala wrote: > >> >> >> Oh,yes, that is my schema config: >> >> >> >>

Re: Search both diacritics and non-diacritics

2009-12-28 Thread Olala
I tried but it still not correct :( hossman wrote: > > > : I am developing a seach engine with Solr, and now I want to search both > with > : and without diacritics, for example: if I query kho, it will response > kho, > : khó, khò,... But if I query khó, it will response only khó. > : > : Wh

RE: Search both diacritics and non-diacritics

2009-12-30 Thread Olala
I have done follow it, but if I query with diacritic it respose only non-diacritic. But I want to query without diacritic anh then solr will be response both of diacritic and without diacritic :( Steven A Rowe wrote: > > Hi Olala, > > You can get something similar to what you wan

Re: absolute search

2009-12-30 Thread Olala
Can anyone help me??? plz! Olala wrote: > > uhm,I am sorry, this is the debug :) > > > "book" > "book" > +DisjunctionMaxQuery((name:book)~0.01) () > +(name:book)~0.01 () > − > > − > > > 7.903358 = (MATCH) sum of: >

Search wihthout diacritics

2010-02-02 Thread Olala
Hi all! I have problem with Solr, and I hope everyboby in there can help me :) I want to search text without diacritic but Solr will response diacritic text and without diacritic text. For example, I query "solr index", it will response "solr index", "sôlr index", "sòlr index", "sólr indèx",...