RE: Putting more weight on particular column.

2012-12-20 Thread Prachi Phatak
://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

Putting more weight on particular column.

2012-12-19 Thread Prachi Phatak
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 need help on escaping the special char.

2012-06-12 Thread Prachi Phatak
I tried WordDelimiterFactory with types option. It doesn't seem working. How can I escape i.e.+ - && || ! ( ) { } [ ] ^ " ~ * ? : \ in configuration. Prachi.

RE: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse

2012-05-17 Thread Prachi Phatak
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

RE: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse

2012-05-17 Thread Prachi Phatak
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

org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse

2012-05-17 Thread Prachi Phatak
 My configuration > >      >        >        words="stopwords.txt" enablePositionIncrements="true" /> >         maxGramSize="15" side="front"/> >        >         >      >      >        >        ignoreCase="true" expand="true"/> >         maxGramSize="15" side="front"/> >