RE: Multiple Solr Webapps

2007-12-18 Thread Pierre-Yves LANDRON
Hello, Thanks for your answer. Sorry for the redunding posts, I genuinely thought that my posts haven't been sent to the mailing list, because I haven't received them : but it seems attributable to my hotmail account. I'm really sorry for the convenience. Pierre-Yves Landron > Date: Mon, 17

Re: does solr handle hierarchical facets?

2007-12-18 Thread Chris Hostetter
: This approach works (I do a similar thing using solr), but you have to be : careful as BooleanQuery.TooManyClauses exception can be thrown depending where : you use the wild card. It should be fine in the case you described however. You'll never get a TooManyClauses from a prefix or range query

solr field types and case sensitivity

2007-12-18 Thread Dryganets Sergey
can I change query analyzer for concrete request to solr? ie: I want add option on my site use case-sensitive search or not for this search request, but can't find any good solution ... I think that create duplicates (index only fields with different analyzers configuration) for each field it's b

Re: solr field types and case sensitivity

2007-12-18 Thread Ryan McKinley
Dryganets Sergey wrote: can I change query analyzer for concrete request to solr? ie: I want add option on my site use case-sensitive search or not for this search request, but can't find any good solution ... I think that create duplicates (index only fields with different analyzers configurati

Max. number of Error messages

2007-12-18 Thread Jae Joo
Is there any parameter to set the max. number of error messages.. The Solr system was killed after a couple of error messages which caused by WRONG QUERY Thanks, Jae

Re: Newbie question about Solr use in web applications

2007-12-18 Thread George Everitt
On Dec 14, 2007, at 9:55 AM, Stuart Sierra wrote: On Dec 13, 2007 9:20 PM, solruser2 <[EMAIL PROTECTED]> wrote: Let's say I have a database containing people, groups, and projects (these all have different fields). I want to index these different kinds of objects with a view to eventually p

Re: retrieve lucene "doc id"

2007-12-18 Thread Otis Gospodnetic
Hi Lance, You said: We use the standard (some RFC) text representation of 32 hex characters. This has the advantage that F* pulls 1/16 of the total index, with a completely randomized distribution, F** 1/256, etc. This is very handy for data analysis and document extraction. Could you elabor

Making stemming dynamic at query time

2007-12-18 Thread Kamran Shadkhast
Stemming both at indexing and query time will be controled by solrconfig.xml, but I think it would be great if we could dynamiclly control this during search if we want to search with stemming or not. any thought? feasibilty? ... Thanks, -Kamran -- View this message in context: http://www.nabbl

RE: Issues with postOptimize

2007-12-18 Thread Sunny Bassan
I've set the permissions on the script to execute for all users. And it does seem like the user who is running SOLR has the permissions to run the script. I've come to the conclusion - Linux permissions are annoying, lol. I've also tried setting selinux to permissive mode and added the user to the

RE: retrieve lucene "doc id"

2007-12-18 Thread Norskog, Lance
Exactly. We have done some projects where we extract records en masse. With this technique we can make a query that will fetch exactly 3000 +-50 records, and walk through every 50 records using the query as a filter. Works pretty well. Lance -Original Message- From: Otis Gospodnetic [ma

Re: solr field types and case sensitivity

2007-12-18 Thread Dryganets Sergey
ryantxu wrote: > > yes, you would index a field twice - once with a LowerCaseFilter and > once without. That is a good solution. > Hm... So I'm should create n*n indexes where n is search options count ... Can I copy fields automatically? For example I have a field with name and subse

query string gets truncated

2007-12-18 Thread Kasi Sankaralingam
Hi , I have a text type dynamic field, in SOLR admin when I enter a name_t:are, query string are is not valid, I have Posted the debug info from the SOLR admin below: -

Re: Making stemming dynamic at query time

2007-12-18 Thread Bertrand Delacretaz
On Dec 18, 2007 9:41 PM, Kamran Shadkhast <[EMAIL PROTECTED]> wrote: > ...it would be great if we could dynamiclly control this during > search if we want to search with stemming or not The easiest is probably to have two copies of your field, using , one stemmed and one not, and search in on