[jira] [Updated] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2019-09-12 Thread Andy Webb (Jira)


 [ 
https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Webb updated SOLR-13751:
-
Status: Patch Available  (was: Open)

> Add BooleanSimilarityFactory to Solr
> 
>
> Key: SOLR-13751
> URL: https://issues.apache.org/jira/browse/SOLR-13751
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Andy Webb
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
> available for use in situations where BM25/TDF-IF are not useful. (Fields 
> using this similarity will likely also set omitNorms and 
> omitTermFreqAndPositions to true.)
> Our use case is ngram-driven suggestions, where the frequency of occurrence 
> of a particular sequence of characters is not something users would expect to 
> be taken into account when ordering suggestions.
>  
> Here's my PR: [https://github.com/apache/lucene-solr/pull/867] (I'm at 
> Activate if anyone would like to talk this through in person.)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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



[jira] [Updated] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2019-09-12 Thread Andy Webb (Jira)


 [ 
https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Webb updated SOLR-13751:
-
Description: 
Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
available for use in situations where BM25/TDF-IF are not useful. (Fields using 
this similarity will likely also set omitNorms and omitTermFreqAndPositions to 
true.)

Our use case is ngram-driven suggestions, where the frequency of occurrence of 
a particular sequence of characters is not something users would expect to be 
taken into account when ordering suggestions.

 

Here's my PR: [https://github.com/apache/lucene-solr/pull/867] (I'm at Activate 
if anyone would like to talk this through in person.)

  was:
Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
available for use in situations where BM25/TDF-IF are not useful.

Our use case is ngram-driven suggestions, where the frequency of occurrence of 
a particular sequence of characters is not something users would expect to be 
taken into account when ordering suggestions.

 

Here's my draft PR: [https://github.com/apache/lucene-solr/pull/867] (I'm at 
the pre-Activate Hack Day in Washington DC.)


> Add BooleanSimilarityFactory to Solr
> 
>
> Key: SOLR-13751
> URL: https://issues.apache.org/jira/browse/SOLR-13751
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Andy Webb
>Priority: Minor
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
> available for use in situations where BM25/TDF-IF are not useful. (Fields 
> using this similarity will likely also set omitNorms and 
> omitTermFreqAndPositions to true.)
> Our use case is ngram-driven suggestions, where the frequency of occurrence 
> of a particular sequence of characters is not something users would expect to 
> be taken into account when ordering suggestions.
>  
> Here's my PR: [https://github.com/apache/lucene-solr/pull/867] (I'm at 
> Activate if anyone would like to talk this through in person.)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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



[jira] [Updated] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2019-09-10 Thread Andy Webb (Jira)


 [ 
https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Webb updated SOLR-13751:
-
Description: 
Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
available for use in situations where BM25/TDF-IF are not useful.

Our use case is ngram-driven suggestions, where the frequency of occurrence of 
a particular sequence of characters is not something users would expect to be 
taken into account when ordering suggestions.

 

Here's my draft PR: [https://github.com/apache/lucene-solr/pull/867] (I'm at 
the pre-Activate Hack Day in Washington DC.)

  was:
Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
available for use in situations where BM25/TDF-IF are not useful.

Our use case is ngram-driven suggestions, where the frequency of occurrence of 
a particular sequence of characters is not something users would expect to be 
taken into account when ordering suggestions.

 

Here's my draft PR: [https://github.com/andywebb1975/lucene-solr/pull/1] (I'm 
at the pre-Activate Hack Day in Washington DC.)


> Add BooleanSimilarityFactory to Solr
> 
>
> Key: SOLR-13751
> URL: https://issues.apache.org/jira/browse/SOLR-13751
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Andy Webb
>Priority: Minor
>
> Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not 
> available for use in situations where BM25/TDF-IF are not useful.
> Our use case is ngram-driven suggestions, where the frequency of occurrence 
> of a particular sequence of characters is not something users would expect to 
> be taken into account when ordering suggestions.
>  
> Here's my draft PR: [https://github.com/apache/lucene-solr/pull/867] (I'm at 
> the pre-Activate Hack Day in Washington DC.)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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