Re: Word Delimiter struggles

2009-01-17 Thread Shalin Shekhar Mangar
Hi Dave, There is an attribute on the WordDelimiterFactory preserveOriginal="true" which should keep the original string. I think if you keep LowerCaseFilter before WordDelimiterFactory with the preserveOriginal setting, it should do what you have outlined. On Sat, Jan 17, 2009 at 8:57 AM, David

Re: Word Delimiter struggles

2009-01-17 Thread Shalin Shekhar Mangar
Sorry I typed without thinking too much. Please disregard my previous mail. I'll run a few tests and let you know. On Sat, Jan 17, 2009 at 2:46 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Hi Dave, > > There is an attribute on the WordDelimiterFactory preserveOriginal="true" > wh

Re: Word Delimiter struggles

2009-01-17 Thread Shalin Shekhar Mangar
Hi Dave, A quick experimentation found the following fieldtypes to be successful with your queries. Add one as a copyField to the other and search on both: I added the following test to

DocumentId, InternalDocID and Query from QueryResponse

2009-01-17 Thread solrj
Hi, I am new to Solr. I would like to know how to get DocumentId, InternalDocID and Query from QueryResponse. Thanks, Gomathi -- View this message in context: http://www.nabble.com/DocumentId%2C-InternalDocID-and-Query-from-QueryResponse-tp21515500p21515500.html Sent from the Solr - User ma

Re: Solrj: Getting response attributes from QueryResponse

2009-01-17 Thread solrj
Hi, I am new to Solr. I would like to know how to get DocumentId, InternalDocID and Query from QueryResponse. Thanks, Gomathi Mark Ferguson-4 wrote: > > Hello, > > I am trying to get the numFound attribute from a returned QueryResponse > object, but for the life of me I can't find wher

sanizing/filtering query string for security

2009-01-17 Thread Julian Davchev
Hi, Is there anything special that can be done for sanitizing user input before passed as query to solr. Not allowing * and ? as first char is only thing I can thing of right now. Anything else it should somehow handle. I am not able to find any relevant document.

WebLogic 10 Compatibility Issue - StackOverflowError

2009-01-17 Thread KSY
I hit a major roadblock while trying to get Solr 1.3 running on WebLogic 10.0. A similar message was posted before - ( http://www.nabble.com/Solr-1.3-stack-overflow-when-accessing-solr-admin-page-td20157873.html http://www.nabble.com/Solr-1.3-stack-overflow-when-accessing-solr-admin-page-td201

Solr configuration for queries

2009-01-17 Thread Anshul jain
Hi, I need to configure solr, such that it doesn't do any fancy stuff like adding adding wildcard characters to normal query, check for existing fields, etc. I've modified lucene code for Term queries(can be multiple terms) and I need to process only term queries. But solr modifies queries and co