Re: Tokenized keywords

2013-01-22 Thread Romita Saha
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

Re: Tokenized keywords

2013-01-21 Thread Jack Krupansky
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

Re: Tokenized keywords

2013-01-21 Thread Uwe Reh
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

Re: Tokenized keywords

2013-01-21 Thread Dikchant Sahi
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

Re: Tokenized keywords

2013-01-21 Thread Romita Saha
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

Re: Tokenized keywords

2013-01-20 Thread Mikhail Khludnev
eywords using debugQuery. > > Thanks and regards, > Romita > > > > From: Dikchant Sahi > To: solr-user@lucene.apache.org, > Date: 01/21/2013 02:26 PM > Subject:Re: Tokenized keywords > > > > Can you please elaborate a more on what you a

Re: Tokenized keywords

2013-01-20 Thread Romita Saha
debugQuery. Thanks and regards, Romita From: Dikchant Sahi To: solr-user@lucene.apache.org, Date: 01/21/2013 02:26 PM Subject: Re: Tokenized keywords Can you please elaborate a more on what you are trying to achieve. Tokenizers work on indexed field and doesn't effe

Re: Tokenized keywords

2013-01-20 Thread Dikchant Sahi
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