Re: ACL implementation: Pseudo-join performance Atomic Updates

2013-07-17 Thread Oleg Burlaca
it if it did, and this would be pretty cool Erick On Mon, Jul 15, 2013 at 6:52 PM, Roman Chyla roman.ch...@gmail.com wrote: On Sun, Jul 14, 2013 at 1:45 PM, Oleg Burlaca oburl...@gmail.com wrote: Hello Erick, Join performance is most sensitive to the number

Re: select in clause in solr

2013-07-16 Thread Oleg Burlaca
Hello Manasi, Have a look at Solr pseudo joins http://wiki.apache.org/solr/Join Regards On Jul 16, 2013 9:54 AM, smanad sma...@gmail.com wrote: I am using solr 4.3 and have 2 collections coll1, coll2. After searching in coll1 I get field1 values which is a comma separated list of strings

Re: Range query on a substring.

2013-07-16 Thread Oleg Burlaca
IMHO the number(s) should be extracted and stored in separate columns in SOLR at indexing time. -- Oleg On Tue, Jul 16, 2013 at 10:12 AM, Marcin Rzewucki mrzewu...@gmail.comwrote: Hi, I have a problem (wonder if it is possible to solve it at all) with the following query. There are

Re: Range query on a substring.

2013-07-16 Thread Oleg Burlaca
, It's a multivalued field and it won't be easier to query when I split this field into text and numbers. I may get wrong results. Regards. On 16 July 2013 09:35, Oleg Burlaca oburl...@gmail.com wrote: IMHO the number(s) should be extracted and stored in separate columns in SOLR at indexing

ACL implementation: Pseudo-join performance Atomic Updates

2013-07-14 Thread Oleg Burlaca
Hello all, Situation: We have a collection of files in SOLR with ACL applied: each file has a multi-valued field that contains the list of userID's that can read it: here is sample data: Id | content | userId 1 | text text | 4,5,6,2 2 | text text | 4,5,9 3 | text text | 4,2 Problem: when

Re: ACL implementation: Pseudo-join performance Atomic Updates

2013-07-14 Thread Oleg Burlaca
/SOLR-1913 But the bottom line is that clearly updating all documents in the index is a non-starter. -- Jack Krupansky -Original Message- From: Oleg Burlaca Sent: Sunday, July 14, 2013 11:02 AM To: solr-user@lucene.apache.org Subject: ACL implementation: Pseudo-join performance

Re: ACL implementation: Pseudo-join performance Atomic Updates

2013-07-14 Thread Oleg Burlaca
in the index is a non-starter. -- Jack Krupansky -Original Message- From: Oleg Burlaca Sent: Sunday, July 14, 2013 11:02 AM To: solr-user@lucene.apache.org Subject: ACL implementation: Pseudo-join performance Atomic Updates Hello all, Situation: We have a collection

Russian stemmer

2010-07-27 Thread Oleg Burlaca
Hello, I'm using SnowballPorterFilterFactory with language=Russian. The stemming works ok except people names, geographical places. Here are some examples: searching for Ковров should also find Коврова, Коврову, Ковровом, Коврове. Are there other stemming plugins for the russian language that

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
/search/?q=%D0%BA%D0%BE%D0%B2%D1%80%D0%BE%D0%B2 Search by Коврова, 26 results: http://www.sova-center.ru/search/?lg=1q=%D0%BA%D0%BE%D0%B2%D1%80%D0%BE%D0%B2%D0%B0 Adding such words in stopwords.txt will be a tedious task, as there are 7 millions russian names :) Kind Regards, Oleg Burlaca On Tue

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
A similar word is Немцов. The strange thing is that searching for Немцова will not find documents containing Немцов Немцова: 14 articles http://www.sova-center.ru/search/?lg=1q=%D0%BD%D0%B5%D0%BC%D1%86%D0%BE%D0%B2%D0%B0 Немцов: 74 articles

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
for the RussianLightStemFilterFactory info, I've found this page http://www.mail-archive.com/solr-comm...@lucene.apache.org/msg06857.html that somehow describes it. Where can I read more about RussianLightStemFilterFactory ? Regards, Oleg 2010/7/27 Oleg Burlaca o...@burlaca.com A similar word is Немцов. The strange

Re: Russian stemmer

2010-07-27 Thread Oleg Burlaca
Burlaca On Tue, Jul 27, 2010 at 12:07 PM, Robert Muir rcm...@gmail.com wrote: 2010/7/27 Oleg Burlaca o...@burlaca.com Actually the situation with Немцов из ок, I've just checked how Yandex works with Немцов and Немцова: http://nano.yandex.ru/project/inflect/ I think there are two

Re: What is this error means?

2010-01-22 Thread Oleg Burlaca
wrong with the Windows or PHP on Windows I think. I don't have any other ideas. By the way, setting the default_socket_timeout PHP variable to a higher value doesn't help, I think the problem is somewhere else Kind Regards, Oleg Burlaca