The schema/analysis.jsp page lets you explore how Solr parses indexed
text and queries.
On Sat, Jan 2, 2010 at 4:13 PM, Lance Norskog wrote:
> The string "book" in quotes searches for a phrase. Try it without the quotes.
>
> On Wed, Dec 30, 2009 at 8:02 PM, Olala wrote:
>>
>> Can anyone help me?
The string "book" in quotes searches for a phrase. Try it without the quotes.
On Wed, Dec 30, 2009 at 8:02 PM, Olala wrote:
>
> Can anyone help me??? plz!
>
>
> Olala wrote:
>>
>> uhm,I am sorry, this is the debug :)
>>
>>
>> "book"
>> "book"
>> +DisjunctionMaxQuery((name:book)~0.01) ()
>> +(nam
Can anyone help me??? plz!
Olala wrote:
>
> uhm,I am sorry, this is the debug :)
>
>
> "book"
> "book"
> +DisjunctionMaxQuery((name:book)~0.01) ()
> +(name:book)~0.01 ()
> −
>
> −
>
>
> 7.903358 = (MATCH) sum of:
> 7.903358 = (MATCH) fieldWeight(name:book in 19533), product of:
> 1.0
uhm,I am sorry, this is the debug :)
"book"
"book"
+DisjunctionMaxQuery((name:book)~0.01) ()
+(name:book)~0.01 ()
−
−
7.903358 = (MATCH) sum of:
7.903358 = (MATCH) fieldWeight(name:book in 19533), product of:
1.0 = tf(termFreq(name:book)=1)
7.903358 = idf(docFreq=79, maxDocs=79649)
Hmmm, nothing jumps out at me. What does Luke show you
is actually in your index in the field in question? And what does
adding debugQuery=on to the query show?
On Thu, Dec 24, 2009 at 8:44 PM, Olala wrote:
>
>
> Oh,yes, that is my schema config:
>
>
>
>
>i
Oh,yes, that is my schema config:
And, my solrconfig.xml for seach in dismax:
dismax
explicit
0.0
name
Could you show your schema.xml definitions for the
field in question? It looks like you're somehow indexing
without tokenizing, but that's a guess
Also, what does adding debugQuery=on show?
Thanks
Erick
On Thu, Dec 24, 2009 at 3:40 AM, Olala wrote:
>
> Yes, I am searching on Text fieldtype
Yes, I am searching on Text fieldtype :)
Shalin Shekhar Mangar wrote:
>
> On Thu, Dec 24, 2009 at 1:49 PM, Olala wrote:
>
>>
>> I have another question that if I query "book", solr will response only
>> "book" but do not response another value such as book mark, book-keeper,
>> guide-book, et
On Thu, Dec 24, 2009 at 1:49 PM, Olala wrote:
>
> I have another question that if I query "book", solr will response only
> "book" but do not response another value such as book mark, book-keeper,
> guide-book, etc.
>
>
What is the type of the field you are searching on? Have you tried a text
typ