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
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:
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
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
; 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
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
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
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
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
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
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
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
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
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
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
gt;
> suggest
>
>
>
>
>
> suggestDictionary
> name="classname">org.apache.solr.spelling.suggest.Suggester
> name="lookupImpl">org.apache.solr.spelling.suggest.tst.TSTLookup
> suggest
&
.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
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
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
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
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
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
: 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
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
/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.
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
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
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
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
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
>>
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
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
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
/Terms-component-with-shards-tp2035735p2038319.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
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
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
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
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
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
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
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
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.
. 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
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.
> 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
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
472066.n3.nabble.com/keywords-terms-component-for-suggestion-of-sentences-tp788939p788939.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
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
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
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
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
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
54 matches
Mail list logo