Terms Component with filtering

2019-02-20 Thread csathishkumar
e and unwanted matches can occur." title:"xyz" author:"xyz" data:"i need is filtering with terms component like terms.fl=data&terms.q=wr.*&fq=title:"xyz". iam not getting expected result when i exec." title:"xyz" author:"xyz

Re: Using the terms component in Solr Cloud gives random result

2019-02-01 Thread Markus Kalkbrenner
is a known limitation? Markus > Am 31.01.2019 um 19:43 schrieb Markus Kalkbrenner > : > > Hi, > > I tried to use the terms component with the techproducts example in cloud > mode and was surprised, that the results toggle for each request. > > The response to > http:

Using the terms component in Solr Cloud gives random result

2019-01-31 Thread Markus Kalkbrenner
Hi, I tried to use the terms component with the techproducts example in cloud mode and was surprised, that the results toggle for each request. The response to http://localhost:8983/solr/techproducts/terms?terms=true&terms.fl=name permanently toggles between these two res

SOLR terms component and finding "least frequent terms"

2015-03-27 Thread Morris, Paul E.
Dear SOLR users, I have been using the /terms component to find low occurrence terms in a large SOLR index, and this works very well, but it is not possible to filter (fq) the results so you are stuck analyzing the whole index. Other options might be to use SOLR faceting, but I don't se

Re: Extend the Solr Terms Component to implement a customized Autosuggest

2014-08-01 Thread Erick Erickson
; 3. Look for content in the middle for example I have the value > "Hello World" indexed, and I need to get that value when the user types > "wor" > > 4. Filter by an additional field. > > I was using the terms component because with it I can satisfy 1

Extend the Solr Terms Component to implement a customized Autosuggest

2014-07-31 Thread Juan Pablo Albuja
example I have the value "Hello World" indexed, and I need to get that value when the user types "wor" 4. Filter by an additional field. I was using the terms component because with it I can satisfy 1 to 3, but for point 4 is not possible. I also was looking at f

Re: Filter in terms component

2014-03-20 Thread Ahmet Arslan
9:49 PM, Jilani Shaik >> wrote: >> Hi Ahmet, >> >> I have gone through the facet component, as our application has 300+ >> million docs and it very time consuming with this component and also it >> uses cache. So I have gone through the terms component where Solr i

Re: Filter in terms component

2014-03-20 Thread Jilani Shaik
gt; >> Ahmet >> >> >> >> On Wednesday, March 19, 2014 9:49 PM, Jilani Shaik >> wrote: >> Hi Ahmet, >> >> I have gone through the facet component, as our application has 300+ >> million docs and it very time consuming with this component a

Re: Filter in terms component

2014-03-20 Thread Jilani Shaik
ime consuming with this component and also it > uses cache. So I have gone through the terms component where Solr is > reading index for field terms, is there any approach where I can get the > terms using the filter. So that I can restrict some of the document terms > in counts. > &g

Re: Filter in terms component

2014-03-19 Thread Ahmet Arslan
consuming with this component and also it uses cache. So I have gone through the terms component where Solr is reading index for field terms, is there any approach where I can get the terms using the filter. So that I can restrict some of the document terms in counts. Basically we have set of

Re: Filter in terms component

2014-03-19 Thread Jilani Shaik
Hi Ahmet, I have gone through the facet component, as our application has 300+ million docs and it very time consuming with this component and also it uses cache. So I have gone through the terms component where Solr is reading index for field terms, is there any approach where I can get the

Re: Filter in terms component

2014-03-19 Thread Ahmet Arslan
Hi Jilani, What features of terms component are you after? If if it is just terms.prefix, it could be simulated with facet component with facet.prefix parameter. faceting component respects filter queries. On Wednesday, March 19, 2014 8:58 PM, Jilani Shaik wrote: Hi, I have huge index and

Filter in terms component

2014-03-19 Thread Jilani Shaik
Hi, I have huge index and using Solr. I need terms component with filter by a field. Please let me know is there anything that I can get it. Please provide me some pointers, even to develop this by going through the Lucene. Please suggest. Thanks, Jilani

Re: Distributed search with Terms Component and Solr Cloud.

2014-01-24 Thread Uwe Reh
Hi Ryan, just take a look on the thread "TermsComponent/SolrCloud". Setting your parameters as default in solrconfig.xml should help. Uwe Am 13.01.2014 20:24, schrieb Ryan Fox: Hello, I am running Solr 4.6.0. I am experiencing some difficulties using the terms component acros

Distributed search with Terms Component and Solr Cloud.

2014-01-13 Thread Ryan Fox
Hello, I am running Solr 4.6.0. I am experiencing some difficulties using the terms component across multiple shards. I see according to the documentation, it should work, but I am unable to do so with solr cloud. When I have one shard, queries using the terms component respond as I would

Re: Trying to determine the benefit of spellcheck-based suggester vs. using terms component?

2013-07-31 Thread Erick Erickson
gt; > suggest > > > > > > suggestDictionary > name="classname">org.apache.solr.spelling.suggest.Suggester > name="lookupImpl">org.apache.solr.spelling.suggest.tst.TSTLookup > suggest &

Re: Trying to determine the benefit of spellcheck-based suggester vs. using terms component?

2013-07-31 Thread Timothy Potter
.Suggester org.apache.solr.spelling.suggest.tst.TSTLookup suggest 0. true I was confused why this approach was needed because using terms component is so easy and doesn't require any "build" step. From your answer, it seems like either

Re: Trying to determine the benefit of spellcheck-based suggester vs. using terms component?

2013-07-31 Thread Erick Erickson
benefit of using the spellcheck > based suggester over something like the terms component to get > suggestions as the user types? > > Maybe it is faster because it builds the in-memory data structure on > commit? Seems like the terms component is pretty fast too. > > I'd app

Trying to determine the benefit of spellcheck-based suggester vs. using terms component?

2013-07-30 Thread Timothy Potter
Going over the comments in SOLR-1316, I seemed to have lost the forrest for the trees. What is the benefit of using the spellcheck based suggester over something like the terms component to get suggestions as the user types? Maybe it is faster because it builds the in-memory data structure on

Re: terms component search

2012-09-06 Thread Tanguy Moal
hough your requirements seem to be more related to the results extraction than query building) Kind regards, -- Tanguy 2012/9/6 Peter Kirk > Hi > > I am trying to implement some "auto suggest" functionality, and am > currently looking at the terms component (Solr 3.6). &g

terms component search

2012-09-06 Thread Peter Kirk
Hi I am trying to implement some "auto suggest" functionality, and am currently looking at the terms component (Solr 3.6). For example, I can form a query like this: http://solrhost/solr/mycore/terms?terms.fl=title_s&terms.sort=index&terms.limit=5&terms.prefix=Hotel+C

Re: terms component misleading results

2012-05-25 Thread Cam Bazz
Oh ok, I got it. So If I update the document three times, does that mean I have 1 normal document, and 2 marked for deletion? Because the max difference was 1 - no matter how many times you update. I think I can manage the faceting to do what I need. I guess that will be faster than making a rea

Re: terms component misleading results

2012-05-25 Thread Chris Hostetter
: the terms count go +1 for that specific term. for example, if I have : two documents in index, each with tag="ccc" and if I update one of the : documents, the terms frequency for ccc becomes 3. when I optimize the : index, it goes down again to correct number. (2) http://wiki.apache.org/solr/Te

terms component misleading results

2012-05-25 Thread Cam Bazz
Hello, I need to know exact count of certain terms in the documents. I noticed that when I update a document, (only one field for testing) the terms count go +1 for that specific term. for example, if I have two documents in index, each with tag="ccc" and if I update one of the documents, the term

Re: Terms Component with documents marked for deletion

2011-11-30 Thread lboutros
/SOLR-2725 Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Terms-Component-with-documents-marked-for-deletion-tp3548271p3548569.html Sent from the Solr - User mailing list archive at Nabble.com.

Terms Component with documents marked for deletion

2011-11-30 Thread qwamci
I have been playing around with Terms Component in solr and hit a situation i do not understand. When indexing documents and then updating them the termscomponent does not always have the correct count. In specific when updating a document, the termscomponent keeps a track of the former version

Re: problem with terms component results ?

2011-08-09 Thread Erik Hatcher
Because you've got a stemmer in your analysis chain for those fields. If you want unstemmed terms, remove the stemmer, or copyField to a different field to use for the terms component. Erik On Aug 9, 2011, at 10:20 , Royi Ronen wrote: > Hi, > I am using the terms compon

Re: problem with terms component results ?

2011-08-09 Thread Erick Erickson
to have a pretty bare-bones analysis chain. Best Erick On Tue, Aug 9, 2011 at 10:20 AM, Royi Ronen wrote: > Hi, > I am using the terms component. > Many times an 'e' at the end of the word is missing. > E.g., it gives 'googl' instead of 'google', 'y

problem with terms component results ?

2011-08-09 Thread Royi Ronen
Hi, I am using the terms component. Many times an 'e' at the end of the word is missing. E.g., it gives 'googl' instead of 'google', 'youtub' instead of 'youtube'. The problem does not exist for some other words ending with 'e'. Any ideas why it happens? Royi

Re: Terms Component - solr-1.4.0

2011-05-29 Thread Erick Erickson
spellcheck >> >> >> The above tags helps to find terms if there are spelling issues. I tried >> configuring terms component and no luck. >> >> May I know how to configure terms component with dismax? or Do I need to >> call terms component directly to get auto suggestions? >> >> Thank you so much in advance. >> >> Regards, >> Solr User >>

Re: Terms Component - solr-1.4.0

2011-05-26 Thread Solr User
uest handler tag > > > spellcheck > > > The above tags helps to find terms if there are spelling issues. I tried > configuring terms component and no luck. > > May I know how to configure terms component with dismax? or Do I need to > call terms component directly to g

Terms Component - solr-1.4.0

2011-05-17 Thread Solr User
Hi All, I am using Solr 1.4.0 and dismax as request handler.I have the following in my solrconfig.xml in the dismax request handler tag spellcheck The above tags helps to find terms if there are spelling issues. I tried configuring terms component and no luck. May I know how to configure

Re: Terms component with shards?

2010-12-08 Thread Shawn Heisey
Interesting. Everything I had read said that it didn't work. Maybe it's SolrJ that doesn't support it in 1.4. The wiki says it requires 1.5 or later. Shawn On 12/7/2010 11:02 PM, bbarani wrote: Hey Shawn, Thanks for your reply. I tried using shards and shards qt parameter, its working l

Re: Terms component with shards?

2010-12-07 Thread bbarani
/Terms-component-with-shards-tp2035735p2038319.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Terms component with shards?

2010-12-07 Thread Shawn Heisey
On 12/7/2010 12:53 PM, bbarani wrote: Hi, Will terms component work along with Shards? I have 3 cores and I am using shards to to distributed search. Yes - but not in Solr 1.4.x. You'll need branch_3x or trunk. https://issues.apache.org/jira/browse/SOLR-1177 Shawn

Terms component with shards?

2010-12-07 Thread bbarani
Hi, Will terms component work along with Shards? I have 3 cores and I am using shards to to distributed search. I have a autosuggest feature implemented using terms component (when I had just one core before) and its working fine as long as I have just one core. It doesnt seems to work fine

Re: Is it possible to filter on particular field using terms component?

2010-11-17 Thread bbarani
Shalin, Thanks a lot for your reply. I will try using facetcomponent to achieve the term suggest.. Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-filter-on-particular-field-using-terms-component-tp1918148p1919314.html Sent from the Solr

Re: Is it possible to filter on particular field using terms component?

2010-11-17 Thread Shalin Shekhar Mangar
On Wed, Nov 17, 2010 at 11:23 AM, bbarani wrote: > > Hi, > > I am using terms component for auto suggest feature and it works great on > the complete index. > > I am more interested in using terms component for particular subset of > index.. something like I want to add a

Is it possible to filter on particular field using terms component?

2010-11-17 Thread bbarani
Hi, I am using terms component for auto suggest feature and it works great on the complete index. I am more interested in using terms component for particular subset of index.. something like I want to add a field filter criteria so that the terms components returns the terms corresponding to

Re: spell check vs terms component

2010-11-10 Thread bbarani
Shalin / Ken, Thanks a lot for your suggestions ..I havent tried NGrams filter.. I will try that too.. Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/spell-check-vs-terms-component-tp1870214p1877233.html Sent from the Solr - User mailing list archive at

Re: spell check vs terms component

2010-11-09 Thread Ken Stanley
s vs spell check component. >> >> Both the handlers seems to display almost the same output, can anyone let >> me >> know the difference and also I would like to know when to go for spell >> check >> and when to go for terms component. >> >> > SpellChe

Re: spell check vs terms component

2010-11-09 Thread Shalin Shekhar Mangar
n anyone let > me > know the difference and also I would like to know when to go for spell > check > and when to go for terms component. > > SpellCheckComponent is designed to operate on whole words and not partial words so I don't know how well it will work for auto-sug

spell check vs terms component

2010-11-09 Thread bbarani
spell check and when to go for terms component. Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/spell-check-vs-terms-component-tp1870214p1870214.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: keywords, terms component for suggestion of sentences.

2010-05-10 Thread stockii
. either or ? :D because we have in our inde different shops, and not all shops have keywords. how can i merged the logic ? thx -- View this message in context: http://lucene.472066.n3.nabble.com/keywords-terms-component-for-suggestion-of-sentences-tp788939p789177.html Sent from the Solr - User

Re: keywords, terms component for suggestion of sentences.

2010-05-10 Thread stockii
oh, nice! thx. thats what i searched for =) =) -- View this message in context: http://lucene.472066.n3.nabble.com/keywords-terms-component-for-suggestion-of-sentences-tp788939p789134.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: keywords, terms component for suggestion of sentences.

2010-05-10 Thread Ahmet Arslan
> Hello. > > I have a little problem. > > i want to import an keywords-field from my database wich > looks like this: > Car, Radio, Car Radio, ... > > i import this with my DIH and i analyze with the > PatternTokenizerFactory. > > pattern=", *" /> > > suggestion for one word works fine, bu

Re: keywords, terms component for suggestion of sentences.

2010-05-10 Thread stockii
thats my http-request for terms. ... terms/?terms.fl=tags&terms.prefix=car%20rad&wt=xml&terms.lower=car%20rad&terms.lower.incl=false -- View this message in context: http://lucene.472066.n3.nabble.com/keywords-terms-component-for-suggestion-of-sentences-tp788939p788945.html Se

keywords, terms component for suggestion of sentences.

2010-05-10 Thread stockii
472066.n3.nabble.com/keywords-terms-component-for-suggestion-of-sentences-tp788939p788939.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Terms Component

2009-06-09 Thread Anshuman Manur
ce and shiny features of Solr 1.4:) > To use Terms Component you simply need to configure the handler as > explained in the documentation / wiki. > > Cheers, > Aleksander > > > > On Mon, 08 Jun 2009 14:22:15 +0200, Anshuman Manur < > anshuman_ma...@stragure.com> wr

Re: Terms Component

2009-06-08 Thread Aleksander M. Stensby
You can try out the nightly build of solr (which is the solr 1.4 dev version) containing all the new nice and shiny features of Solr 1.4:) To use Terms Component you simply need to configure the handler as explained in the documentation / wiki. Cheers, Aleksander On Mon, 08 Jun 2009 14:22

Re: Terms Component

2009-06-08 Thread Grant Ingersoll
It seems like your /terms handler is likely expecting a q parameter due to the QueryComponent being one of the Handlers SearchComponents. What does your configuration for /terms look like? -Grant On Jun 8, 2009, at 7:48 AM, Anshuman Manur wrote: Hello, I want to use the terms component

Re: Terms Component

2009-06-08 Thread Anshuman Manur
8 PM, Anshuman Manur < > anshuman_ma...@stragure.com> wrote: > >> Hello, >> >> I want to use the terms component in Solr 1.4: But >> >> http://localhost:8983/solr/terms?terms.fl=name >> >> >> But, I get the follo

Re: Terms Component

2009-06-08 Thread Anshuman Manur
I'm using Solr 1.3 apparently.and Solr 1.4 is not out yet. Sorry..My mistake! On Mon, Jun 8, 2009 at 5:18 PM, Anshuman Manur wrote: > Hello, > > I want to use the terms component in Solr 1.4: But > > http://localhost:8983/solr/terms?terms.fl=name > > > But, I

Terms Component

2009-06-08 Thread Anshuman Manur
Hello, I want to use the terms component in Solr 1.4: But http://localhost:8983/solr/terms?terms.fl=name But, I get the following error with the above query: java.lang.NullPointerException at org.apache.solr.common.util.StrUtils.splitSmart(StrUtils.java:37) at