Re: too many open files

2008-07-14 Thread Alexey Shakov
Yonik Seeley schrieb: On Mon, Jul 14, 2008 at 10:17 AM, Alexey Shakov <[EMAIL PROTECTED]> wrote: Yonik Seeley schrieb: On Mon, Jul 14, 2008 at 5:14 AM, Alexey Shakov <[EMAIL PROTECTED]> now we have set the limt to ~1 files but this is not the solution - the am

Re: too many open files

2008-07-14 Thread Alexey Shakov
Yonik Seeley schrieb: On Mon, Jul 14, 2008 at 5:14 AM, Alexey Shakov <[EMAIL PROTECTED]> wrote: now we have set the limt to ~1 files but this is not the solution - the amount of open files increases permanantly. Earlier or later, this limit will be exhausted. How can you tel

Re: too many open files

2008-07-14 Thread Alexey Shakov
now we have set the limt to ~1 files but this is not the solution - the amount of open files increases permanantly. Earlier or later, this limit will be exhausted. Fuad Efendi schrieb: Have you tried [ulimit -n 65536]? I don't think it relates to files marked for deletion...

too many open files

2008-07-11 Thread Alexey Shakov
Hi *, we are optimizing lucene indexes automaticaly every night. This reduces the amount of index files, but the rest of the files is not really deleted, but only marked as 'deleted' (RedHat VM). Earlier or later, the system crashes with message "Too many open files" This behavior occurs onl

Re: highlighting marks wrong words

2008-01-15 Thread Alexey Shakov
OR 3 OR 5 OR 6)&fl=score&hl.fl=content&hl=true&hl.fragsize=200&hl.snippets=2&hl.simpl e.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E&start=0&rows=10 This could also get you a performance boost if you're querying against this set of ids often. -Origina

highlighting marks wrong words

2008-01-15 Thread Alexey Shakov
Hi all, I have a query like this: q=(auto) AND id:(100 OR 1 OR 2 OR 3 OR 5 OR 6)&fl=score&hl.fl=content&hl=true&hl.fragsize=200&hl.snippets=2&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E&start=0&rows=10 Default field is content. So, I expect, that only occurrencies of "auto" will be marke

wildcards and German umlauts

2008-01-15 Thread Alexey Shakov
Hi all, Index-searching works, if i type complete word (such as "übersicht"). But there are no hits, if i use wildcards (such as "über*") Searching with wildcards and without umlauts works as well. Can someone help me? Thanx in advance! Here is my field definition:

unlockOnStartup does not work in embedded solr?

2007-10-10 Thread Alexey Shakov
Hi *, I use solr as embedded solution. I have set unlockOnStartup to "true" in my solrconfig.xml But it seems, that this option is ignored by embedded solr. Any ideas? Thanks in advance, Alexey

Re: EmbeddedSolrServer: org.apache.solr.common.SolrException: unknown handler: /update

2007-09-12 Thread Alexey Shakov
Ryan McKinley schrieb: > Alexey Shakov wrote: >> Hi, >> >> I use EmbeddedSolrServer to communicate with solr. >> >> Query of the index works fine, but if I try add/delete, then >> comes "org.apache.solr.common.SolrException: unknown handler: >> /

EmbeddedSolrServer: org.apache.solr.common.SolrException: unknown handler: /update

2007-09-12 Thread Alexey Shakov
Hi, I use EmbeddedSolrServer to communicate with solr. Query of the index works fine, but if I try add/delete, then comes "org.apache.solr.common.SolrException: unknown handler: /update" The same config as http-server works without problems. Any ideas? Thanx!