Re: get term frequency, just only keywords search

2014-04-26 Thread ksmith
will display first in list. so how can i sort on that. can you please help me asap. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4133260.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: get term frequency, just only keywords search

2014-04-26 Thread Jack Krupansky
: get term frequency, just only keywords search Hi, jack i have a same problem as danielitos85 i want to search like research development but termfreq function not work as per your messages and you said that use phraseFreq but we can get it from debug query. my problem is i want to sort on research

Re: get term frequency, just only keywords search

2013-08-21 Thread danielitos85
suggest? Thanks a lot for support. -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4085831.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: get term frequency, just only keywords search

2013-08-21 Thread Jack Krupansky
. -- Jack Krupansky -Original Message- From: danielitos85 Sent: Wednesday, August 21, 2013 4:41 AM To: solr-user@lucene.apache.org Subject: Re: get term frequency, just only keywords search Thanks a lot guys, @Jack in my search I use dismax (how defType) and I search either term or phrase

Re: get term frequency, just only keywords search

2013-08-19 Thread danielitos85
Thanks Jack, but if my keyword search are two words? for example french fries ? how is the right syntax? -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4085399.html Sent from the Solr - User mailing list archive

Re: get term frequency, just only keywords search

2013-08-19 Thread Jack Krupansky
: get term frequency, just only keywords search Thanks Jack, but if my keyword search are two words? for example french fries ? how is the right syntax? -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4085399.html Sent from

Re: get term frequency, just only keywords search

2013-08-19 Thread danielitos85
there isn't a way to get termFreq about a search like french fries (sentence)? -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4085454.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: get term frequency, just only keywords search

2013-08-19 Thread Jack Krupansky
: get term frequency, just only keywords search there isn't a way to get termFreq about a search like french fries (sentence)? -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4085454.html Sent from the Solr - User

Re: get term frequency, just only keywords search

2013-08-19 Thread danielitos85
ok I undestand it (thanks) but if I search a sentence and type debugQuery=on, in the explain I obtain termFreq=2.0 and it right. Is it possible to obtain that parameter? -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search

Re: get term frequency, just only keywords search

2013-08-19 Thread Erick Erickson
debugQuery=on, in the explain I obtain termFreq=2.0 and it right. Is it possible to obtain that parameter? -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4085464.html Sent from the Solr - User mailing list archive

Re: get term frequency, just only keywords search

2013-08-19 Thread Jack Krupansky
To: solr-user@lucene.apache.org Subject: Re: get term frequency, just only keywords search ok I undestand it (thanks) but if I search a sentence and type debugQuery=on, in the explain I obtain termFreq=2.0 and it right. Is it possible to obtain that parameter? -- View this message in context

get term frequency, just only keywords search

2013-08-14 Thread danielitos85
and not only for my keyword search (pizza)? Please, have you any suggests? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: get term frequency, just only keywords search

2013-08-14 Thread Markus Jelsma
the tf for all the indexed keywords into field foods and not only for my keyword search (pizza)? Please, have you any suggests? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510.html Sent from

RE: get term frequency, just only keywords search

2013-08-14 Thread danielitos85
.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4084518.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: get term frequency, just only keywords search

2013-08-14 Thread Markus Jelsma
Why? Using terms.limit or a ^term$ regex should limit the response to the exact term right? -Original message- From:danielitos85 danydany@gmail.com Sent: Wednesday 14th August 2013 12:20 To: solr-user@lucene.apache.org Subject: RE: get term frequency, just only keywords search

RE: get term frequency, just only keywords search

2013-08-14 Thread danielitos85
thanks a lot Markus ;) If I use regex parameter it works -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4084525.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: get term frequency, just only keywords search

2013-08-14 Thread danielitos85
want that it returns 3 for the first document and 1 for the second document and not 2* /lst /lst /response Thanks a lot -- View this message in context: http://lucene.472066.n3.nabble.com/SOLVED-get-term-frequency-just-only-keywords-search-tp4084510p4084530.html Sent

Re: get term frequency, just only keywords search

2013-08-14 Thread Jack Krupansky
foods and not only for my keyword search (pizza)? Please, have you any suggests? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: get term frequency, just only keywords search

2013-08-14 Thread danielitos85
. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4084629.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: get term frequency, just only keywords search

2013-08-14 Thread Jack Krupansky
- From: danielitos85 Sent: Wednesday, August 14, 2013 12:50 PM To: solr-user@lucene.apache.org Subject: Re: get term frequency, just only keywords search Thanks Jack, I'm tring to use tf function but I don't understand: why he returns a float value and not integer? At the start of this topic I

Re: get term frequency, just only keywords search

2013-08-14 Thread danielitos85
.nabble.com/get-term-frequency-just-only-keywords-search-tp4084510p4084643.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: get term frequency, just only keywords search

2013-08-14 Thread Jack Krupansky
q=pizza+tomatofl=id,termfreq(myfield,'pizza'),termfreq(myfield,'tomato') -- Jack Krupansky -Original Message- From: danielitos85 Sent: Wednesday, August 14, 2013 1:22 PM To: solr-user@lucene.apache.org Subject: Re: get term frequency, just only keywords search Thanks. I tried to use