You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/05/31 23:14:11 UTC

[GitHub] [lucenenet] yashhema opened a new issue #491: How to get values for subparts of Heiarchial facet

yashhema opened a new issue #491:
URL: https://github.com/apache/lucenenet/issues/491


   Hello,
   In SimpleFacetsExample , we have a facet -- "Publish Date" and we have set it to 
   config.SetHierarchical("Publish Date", true);
   
   Example data we are indexing is -- new FacetField("Publish Date", "2010", "10", "15")
   
   If I do search where ("Publish Date","2010")  -- I get the result ; but I am not able to find a way to find how many counts are there for month =10 and day =15
   
   Can you please suggest how can i get that 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 commented on issue #491: How to get values for subparts of Heiarchial facet

Posted by GitBox <gi...@apache.org>.
NightOwl888 commented on issue #491:
URL: https://github.com/apache/lucenenet/issues/491#issuecomment-860662049


   Hi there. Sometimes people answer user help queries on GitHub, but since nobody replied let me suggest one of the following options:
   
   - [StackOverflow](https://stackoverflow.com/questions/tagged/lucene.net) (be sure to add both the <c>lucene.net</c> and <c>lucene</c> tags) 
   - [Lucene.NET mailing lists](https://lucenenet.apache.org/contributing/mailing-lists.html)
   - [Lucene mailing lists](https://lucene.apache.org/core/discussion.html)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 closed issue #491: How to get values for subparts of Heiarchial facet

Posted by GitBox <gi...@apache.org>.
NightOwl888 closed issue #491:
URL: https://github.com/apache/lucenenet/issues/491


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org