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
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
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
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
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
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.
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
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