I don't see the query you're submitting. Try submitting your query
with &debugQuery=on and pasting the results...

But first I'd try escaping the parenthesis in your query since
they are part of the query syntax...

Best
Erick

On Mon, Nov 15, 2010 at 1:04 PM, sivaprasad <sivaprasa...@echidnainc.com>wrote:

>
> Hi,
> I have  the below analysis settings at index time and query time.
>       <tokenizer class="solr.WhitespaceTokenizerFactory"/>
>       <filter class="solr.StopFilterFactory" ignoreCase="true"
> words="stopwords.txt"/>
>       <filter class="solr.LowerCaseFilterFactory"/>
>       <filter class="solr.EnglishPorterFilterFactory"
> protected="protwords.txt"/>
>       <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
>
>
> When i analyze the query using admin screen i got the below result.
>
> hp      laserjet        2200    (h3978a)        mainten kit
> (h3978-60001)
>
> But when i submit the query for searching i am not getting any results.But
> with above query i have data in index.
>
> What can be the problem?
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Search-results-are-not-coming-if-the-query-contains-tp1906181p1906181.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to