://sematext.com/spm On Dec 19, 2012 8:07 PM,
"Prachi Phatak" wrote:
> We configured Enhanced search in our environment and while testing
> noticed below behavior:
>
> Just searching for "P" returns Enterprise ID which has "P" (Pankaj) as
> well as Re
We configured Enhanced search in our environment and while testing noticed
below behavior:
Just searching for "P" returns Enterprise ID which has "P" (Pankaj) as well as
Resource Entity which has "P" (Sowmya), and the result lists Sowmya above
Pankaj.
* We are looking to limit the search
I tried WordDelimiterFactory with types option. It doesn't seem working.
How can I escape i.e.+ - && || ! ( ) { } [ ] ^ " ~ * ? : \ in configuration.
Prachi.
n: Cannot parse
Code? I'm not sure what you're referring to. These changes are in schema.xml
and solrconfig.xml.
In your query, you need to change:
SKU:soft(*^1.0
to
SKU:soft\(*^1.0
-- Jack Krupansky
-Original Message-
From: Prachi Phatak
Sent: Thursday, May 17, 2012 3:25
Can I do this in the configuration or I have to change my code.
-Original Message-
From: Jack Krupansky [mailto:j...@basetechnology.com]
Sent: Thursday, May 17, 2012 2:23 PM
To: solr-user@lucene.apache.org; Prachi Phatak
Subject: Re: org.apache.solr.common.SolrException
My configuration
>
>
>
> words="stopwords.txt" enablePositionIncrements="true" />
> maxGramSize="15" side="front"/>
>
>
>
>
>
> ignoreCase="true" expand="true"/>
> maxGramSize="15" side="front"/>
>