[jira] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-05-25 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Description: 
The new JSON Faceting API supports building an UnInvertedField to do faceting 
which would be beneficial to add to Solr FacetComponent.  This would provide 
additional options to implementors to choose the appropriate method of faceting 
for their particular use case.

h3. Summary
added facet.method=uif which invokes UnInvertedField (top level data 
structure). -facet.prefix and facet.contains are not supported.- there are some 
jiras cover this gap. 
Note: field should be multivalued=true to get handled with uif, otherwise it 
silently goes to DV. Watch fieldValueCache stats while evaluating! 


  was:
The new JSON Faceting API supports building an UnInvertedField to do faceting 
which would be beneficial to add to Solr FacetComponent.  This would provide 
additional options to implementors to choose the appropriate method of faceting 
for their particular use case.

h3. Summary
added facet.method=uif which invokes UnInvertedField (top level data 
structure). -facet.prefix and facet.contains are not supported.- there are some 
jiras covers this gap. 
Note: field should be multivalued=true to get handled with uif, otherwise it 
silently goes to DV. Watch fieldValueCache stats while evaluating! 



> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Fix For: 5.5, 6.0
>
> Attachments: 8466.diff, SOLR-8466-failure.txt, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.
> h3. Summary
> added facet.method=uif which invokes UnInvertedField (top level data 
> structure). -facet.prefix and facet.contains are not supported.- there are 
> some jiras cover this gap. 
> Note: field should be multivalued=true to get handled with uif, otherwise it 
> silently goes to DV. Watch fieldValueCache stats while evaluating! 



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-05-25 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Description: 
The new JSON Faceting API supports building an UnInvertedField to do faceting 
which would be beneficial to add to Solr FacetComponent.  This would provide 
additional options to implementors to choose the appropriate method of faceting 
for their particular use case.

h3. Summary
added facet.method=uif which invokes UnInvertedField (top level data 
structure). -facet.prefix and facet.contains are not supported.- there are some 
jiras covers this gap. 
Note: field should be multivalued=true to get handled with uif, otherwise it 
silently goes to DV. Watch fieldValueCache stats while evaluating! 


  was:
The new JSON Faceting API supports building an UnInvertedField to do faceting 
which would be beneficial to add to Solr FacetComponent.  This would provide 
additional options to implementors to choose the appropriate method of faceting 
for their particular use case.

h3. Summary
added facet.method=uif which invokes UnInvertedField (top level data 
structure). facet.prefix and facet.contains are not supported.  



> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Fix For: 5.5, 6.0
>
> Attachments: 8466.diff, SOLR-8466-failure.txt, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.
> h3. Summary
> added facet.method=uif which invokes UnInvertedField (top level data 
> structure). -facet.prefix and facet.contains are not supported.- there are 
> some jiras covers this gap. 
> Note: field should be multivalued=true to get handled with uif, otherwise it 
> silently goes to DV. Watch fieldValueCache stats while evaluating! 



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-10 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Description: 
The new JSON Faceting API supports building an UnInvertedField to do faceting 
which would be beneficial to add to Solr FacetComponent.  This would provide 
additional options to implementors to choose the appropriate method of faceting 
for their particular use case.

h3. Summary
added facet.method=uif which invokes UnInvertedField (top level data 
structure). facet.prefix and facet.contains are not supported.  


  was:The new JSON Faceting API supports building an UnInvertedField to do 
faceting which would be beneficial to add to Solr FacetComponent.  This would 
provide additional options to implementors to choose the appropriate method of 
faceting for their particular use case.


> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466-failure.txt, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.
> h3. Summary
> added facet.method=uif which invokes UnInvertedField (top level data 
> structure). facet.prefix and facet.contains are not supported.  



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-10 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Fix Version/s: 6.0
   5.5

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Fix For: 5.5, 6.0
>
> Attachments: 8466.diff, SOLR-8466-failure.txt, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.
> h3. Summary
> added facet.method=uif which invokes UnInvertedField (top level data 
> structure). facet.prefix and facet.contains are not supported.  



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-08 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466.patch

ok. Here is [^SOLR-8466.patch] it prohibits prefix for uif, and tests ugly 
bypass this case. I'm going to commit it tomorrow, unless you stop me.   

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466-failure.txt, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-07 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466-failure.txt
SOLR-8466.patch

Attaching [^SOLR-8466.patch] it never bypass empty processing.
remaining failure is 
{{TestFaceting.testSimpleFacetCountsWithMultipleConfigurationsForSameField()}}
the failures is really weird. for
{code}
q=id:[42+TO+47]={!key%3Dfoo+facet.prefix%3DToo+}trait_ss={!key%3Dbar+facet.limit%3D2+facet.sort%3Dfalse+}trait_ss=uif=id:[42+TO+45]=true=false=xml
{code}
result is 
{code}
42.0ToolObnoxiousZapp Brannigan152555179084768870443.0Democratic Order of 
Planets152555179085188300844.0ToolThe Zapper152555179087809740845.0Chauvinist25 star General1525551790881243136
{code}
we definitely have {{Tool}} twice but facet has only once! why??
{code}
111
{code}
reasonably fails the assert 
{code}
//lst[@name='foo']/int[@name='Tool'][.='2']
{code}

h2. Summary 
It seems like a minor bug somewhere. If anyone from committer give his vote for 
it, I can extract these failures into ignored test, like it's done with 
{{SimpleFacetsTest.testFacetContainsUif()}} in the patch, otherwise it seems 
like *no-commit* for me.  

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466-failure.txt, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch, SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-07 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466.patch

It seems like wasting a plenty of time on miserable thing.. 
Here is the fix for testTrieFields failure. In fact it failed on empty result. 
I just enabling handling empty values..
{code}
if(mincount==0){
  topLevel.put("processEmpty", true);
}
...
..
  //if((Integer)som.get("count") > 0) {
SimpleOrderedMap asdf = (SimpleOrderedMap) 
som.get(field);

List buckets = 
(List)asdf.get("buckets");
for(SimpleOrderedMap b : buckets) {
  counts.add(b.get("val").toString(), (Integer)b.get("count"));
}
if(missing) {
  SimpleOrderedMap missingCounts = 
(SimpleOrderedMap) asdf.get("missing");
  counts.add(null, (Integer)missingCounts.get("count"));
}
 // } else if(missing) {
 //   counts.add(null, 0);
 // }

}
{code}

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch, SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-07 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466.patch

work in progress.. fixed legacy sorting handling. Remaining issue is empty 
facets on certain trie field.  

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466.patch, SOLR-8466.patch, 
> SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-06 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466.patch

while thoroughly testing the [^SOLR-8466.patch] I've found something 
[interesting|https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/search/facet/FacetModule.java#L113].
 
[~jej2003], can't you get the same performance boost if you just specify 
{{facet.version=2}} in addition to old-style Solr facet parameters?
[~ysee...@gmail.com] wdyt?   
Note: current patch incorrectly handles facet.sort=true/false but this finding 
makes all these redundant. 

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466.patch, SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-05 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: (was: SOLR-8466.patch)

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-02-04 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466.patch

Here is desired coverage, I'm still tweaking cases in SimpleFacetsTest.java. 
work in progress..  

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466.patch, SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-01-24 Thread Mikhail Khludnev (JIRA)

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

Mikhail Khludnev updated SOLR-8466:
---
Attachment: SOLR-8466.patch

ok. Attaching [^SOLR-8466.patch]. I understood an encapsulation challenge. 
Instead of ripping json facet framework I introduce factory method 
{{o.a.s.s.facet.FacetProcessor.createProcessor(SolrQueryRequest, Map, DocSet)}} that minimizes impact on codebase. [~ysee...@gmail.com] 
what's your perception about it? 
I also removed exclude-aware docset calculation, because it's already handled 
at  {{..SimpleFacets.parseParams(String, String)}}. So, far it lacks of test 
coverage for distributed faceting and fq exclusion. 

Opinions?  

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff, SOLR-8466.patch
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-01-22 Thread Jamie Johnson (JIRA)

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

Jamie Johnson updated SOLR-8466:

Attachment: 8466.diff

updated patch name

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2016-01-22 Thread Jamie Johnson (JIRA)

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

Jamie Johnson updated SOLR-8466:

Attachment: (was: patch.diff)

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
>Assignee: Mikhail Khludnev
> Attachments: 8466.diff
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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] [Updated] (SOLR-8466) Add support for UnInvertedField based faceting to FacetComponent

2015-12-26 Thread Jamie Johnson (JIRA)

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

Jamie Johnson updated SOLR-8466:

Attachment: patch.diff

Initial implementation to add support for UnInvertedField based faceting to 
FacetComponent

> Add support for UnInvertedField based faceting to FacetComponent
> 
>
> Key: SOLR-8466
> URL: https://issues.apache.org/jira/browse/SOLR-8466
> Project: Solr
>  Issue Type: New Feature
>  Components: Facet Module, faceting
>Affects Versions: 5.0, 5.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4
>Reporter: Jamie Johnson
> Attachments: patch.diff
>
>
> The new JSON Faceting API supports building an UnInvertedField to do faceting 
> which would be beneficial to add to Solr FacetComponent.  This would provide 
> additional options to implementors to choose the appropriate method of 
> faceting for their particular use case.



--
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