21/2013 11:32 PM
Subject: Re: Tokenized keywords
If debugQuery doesn't give you what you want, you can write a custom
search
component which runs after the QueryComponent and extracts the info you
want
from the generated query and then simply adds it to the response in any
form
ssage-
From: Romita Saha
Sent: Monday, January 21, 2013 1:49 AM
To: solr-user@lucene.apache.org
Subject: Re: Tokenized keywords
What I am trying to achieve is as follows.
I query "Search for all the Laptops" and my tokenized key words are
"search laptop" (I apply stopword filter
Hi
probably my note is nonsense. But sometimes one is blind and not able to
see simple things anymore.
Is this query, what you are looking for?
q=modified:(search+for+Laptops)&fl=original,modified
Sorry, if my suggest is too trivial.
Uwe
Am 21.01.2013 09:17, schrieb Romita Saha:
Hi,
I h
to display in my as follows:
>
> original: Search for all the Laptops
> modified: search laptop
>
> Thanks and regards,
> Romita Saha
>
> Panasonic R&D Center Singapore
> Blk 1022 Tai Seng Avenue #06-3530
> Tai Seng Ind. Est. Singapore 534415
> DID: (65) 6550
022 Tai Seng Avenue #06-3530
Tai Seng Ind. Est. Singapore 534415
DID: (65) 6550 5383 FAX: (65) 6550 5459
email: romita.s...@sg.panasonic.com
From: Mikhail Khludnev
To: solr-user@lucene.apache.org,
Date: 01/21/2013 03:48 PM
Subject:Re: Tokenized keywords
Romita,
That's what exactl
I am trying to achieve is as follows.
>
> I query "Search for all the Laptops" and my tokenized key words are
> "search laptop" (I apply stopword filter to filter out words like
> for,all,the and i also user lowercase filter).
> I want to display these tokenized k
What I am trying to achieve is as follows.
I query "Search for all the Laptops" and my tokenized key words are
"search laptop" (I apply stopword filter to filter out words like
for,all,the and i also user lowercase filter).
I want to display these tokenized keywords using
Can you please elaborate a more on what you are trying to achieve.
Tokenizers work on indexed field and doesn't effect how the values will be
displayed. The response value comes from stored field. If you want to see
how your query is being tokenized, you can do it using analysis interface
or enabl