[jira] [Commented] (SOLR-9637) Duplicate suggestion result in SolrCloud

2016-10-13 Thread ridwan (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573645#comment-15573645
 ] 

ridwan commented on SOLR-9637:
--

These are some of them:
{Suggester|https://cwiki.apache.org/confluence/display/solr/Suggester#Suggester-DictionaryImplementations}
{Serving autocomplete suggestion 
fast|https://www.norconex.com/serving-autocomplete-suggestions-fast/}

> Duplicate suggestion result in SolrCloud
> 
>
> Key: SOLR-9637
> URL: https://issues.apache.org/jira/browse/SOLR-9637
> Project: Solr
>  Issue Type: Bug
>  Components: Suggester
>Affects Versions: 4.9.1
> Environment: Windows 7 Enterprise, 64 bit OS
>Reporter: ridwan
>  Labels: features, newbie
>
> Hi,
> I am currently trying solr.SuggestComponent with SolrCloud with 2 shards. 
> Here's my suggester component configuration:
> {code:xml}
>
>   
>  fuzzySuggester
>  FuzzyLookupFactory
>  fuzzy_suggestions
>  text_general
>  name
>   
>   
>  basicSuggester
>  TSTLookupFactory
>  basic_tst_suggestions
>  name
>   
>
>
>   
>  true
>  10
>  basicSuggester
>  fuzzySuggester
>   
>   
>  suggest
>   
>
> {code}
> When I try to search for suggestion using this way
> http://localhost:8983/solr/suggest?q=t&shards.qt=/suggest&suggest.build=true
> I get this result
> {code:xml}
> 
>
>   0
>   200
>
>build
>
>   
>  
> 4
> 
>
>   tft
>   1
>   
>
>
>   test
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>   
>  
> 4
> 
>
>   test
>   1
>   
>
>
>   tft
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>
> 
> {code}
> As can be seen above, the result *test* is duplicate. How to make this single 
> result? I've been trying to look for the workaround or fix in this Jira and 
> elsewhere in the internet, so far no luck. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-9637) Duplicate suggestion result in SolrCloud

2016-10-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SOLR-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572192#comment-15572192
 ] 

Jan Høydahl commented on SOLR-9637:
---

Sorry, was a bit too quick here. I did not even know that Solr officially 
supports a distributed suggester setup. What recipe or documentation did you 
follow?

> Duplicate suggestion result in SolrCloud
> 
>
> Key: SOLR-9637
> URL: https://issues.apache.org/jira/browse/SOLR-9637
> Project: Solr
>  Issue Type: Bug
>  Components: Suggester
>Affects Versions: 4.9.1
> Environment: Windows 7 Enterprise, 64 bit OS
>Reporter: ridwan
>  Labels: features, newbie
>
> Hi,
> I am currently trying solr.SuggestComponent with SolrCloud with 2 shards. 
> Here's my suggester component configuration:
> {code:xml}
>
>   
>  fuzzySuggester
>  FuzzyLookupFactory
>  fuzzy_suggestions
>  text_general
>  name
>   
>   
>  basicSuggester
>  TSTLookupFactory
>  basic_tst_suggestions
>  name
>   
>
>
>   
>  true
>  10
>  basicSuggester
>  fuzzySuggester
>   
>   
>  suggest
>   
>
> {code}
> When I try to search for suggestion using this way
> http://localhost:8983/solr/suggest?q=t&shards.qt=/suggest&suggest.build=true
> I get this result
> {code:xml}
> 
>
>   0
>   200
>
>build
>
>   
>  
> 4
> 
>
>   tft
>   1
>   
>
>
>   test
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>   
>  
> 4
> 
>
>   test
>   1
>   
>
>
>   tft
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>
> 
> {code}
> As can be seen above, the result *test* is duplicate. How to make this single 
> result? I've been trying to look for the workaround or fix in this Jira and 
> elsewhere in the internet, so far no luck. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-9637) Duplicate suggestion result in SolrCloud

2016-10-13 Thread ridwan (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572150#comment-15572150
 ] 

ridwan commented on SOLR-9637:
--

Hi [~janhoy]
I am not sure, it seems to me 
[LUCENE-6336|https://issues.apache.org/jira/browse/LUCENE-6336] is non 
SolrCloud. 
In my case, the same configuration in single Solr configuration works just fine.

> Duplicate suggestion result in SolrCloud
> 
>
> Key: SOLR-9637
> URL: https://issues.apache.org/jira/browse/SOLR-9637
> Project: Solr
>  Issue Type: Bug
>  Components: Suggester
>Affects Versions: 4.9.1
> Environment: Windows 7 Enterprise, 64 bit OS
>Reporter: ridwan
>  Labels: features, newbie
>
> Hi,
> I am currently trying solr.SuggestComponent with SolrCloud with 2 shards. 
> Here's my suggester component configuration:
> {code:xml}
>
>   
>  fuzzySuggester
>  FuzzyLookupFactory
>  fuzzy_suggestions
>  text_general
>  name
>   
>   
>  basicSuggester
>  TSTLookupFactory
>  basic_tst_suggestions
>  name
>   
>
>
>   
>  true
>  10
>  basicSuggester
>  fuzzySuggester
>   
>   
>  suggest
>   
>
> {code}
> When I try to search for suggestion using this way
> http://localhost:8983/solr/suggest?q=t&shards.qt=/suggest&suggest.build=true
> I get this result
> {code:xml}
> 
>
>   0
>   200
>
>build
>
>   
>  
> 4
> 
>
>   tft
>   1
>   
>
>
>   test
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>   
>  
> 4
> 
>
>   test
>   1
>   
>
>
>   tft
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>
> 
> {code}
> As can be seen above, the result *test* is duplicate. How to make this single 
> result? I've been trying to look for the workaround or fix in this Jira and 
> elsewhere in the internet, so far no luck. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-9637) Duplicate suggestion result in SolrCloud

2016-10-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/SOLR-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15571865#comment-15571865
 ] 

Jan Høydahl commented on SOLR-9637:
---

Perhaps this is the same issue? LUCENE-6336

> Duplicate suggestion result in SolrCloud
> 
>
> Key: SOLR-9637
> URL: https://issues.apache.org/jira/browse/SOLR-9637
> Project: Solr
>  Issue Type: Bug
>  Components: Suggester
>Affects Versions: 4.9.1
> Environment: Windows 7 Enterprise, 64 bit OS
>Reporter: ridwan
>  Labels: features, newbie
>
> Hi,
> I am currently trying solr.SuggestComponent with SolrCloud with 2 shards. 
> Here's my suggester component configuration:
> {code:xml}
>
>   
>  fuzzySuggester
>  FuzzyLookupFactory
>  fuzzy_suggestions
>  text_general
>  name
>   
>   
>  basicSuggester
>  TSTLookupFactory
>  basic_tst_suggestions
>  name
>   
>
>
>   
>  true
>  10
>  basicSuggester
>  fuzzySuggester
>   
>   
>  suggest
>   
>
> {code}
> When I try to search for suggestion using this way
> http://localhost:8983/solr/suggest?q=t&shards.qt=/suggest&suggest.build=true
> I get this result
> {code:xml}
> 
>
>   0
>   200
>
>build
>
>   
>  
> 4
> 
>
>   tft
>   1
>   
>
>
>   test
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>   
>  
> 4
> 
>
>   test
>   1
>   
>
>
>   tft
>   1
>   
>
>
>   the
>   1
>   
>
>
>   test
>   1
>   
>
> 
>  
>   
>
> 
> {code}
> As can be seen above, the result *test* is duplicate. How to make this single 
> result? I've been trying to look for the workaround or fix in this Jira and 
> elsewhere in the internet, so far no luck. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org