Counting in facet results

2011-11-14 Thread LT.thomas
Hi, By counting in facet results I mean resolve the problem: I have 7 documents: A1 B1 C1 A2 B1 C1 A3 B2 C1 A4 B2 C2 A5 B3 C2 A6 B3 C2 A7 B3 C2 If I make the facet query by field B, get the result: B1=2, B2=2, B3=3. A1 B1 C1 A2 B1 C1 2 - facing by B

Re: Counting in facet results

2011-11-14 Thread LT.thomas
I use Solandra that integrates Solr 3.4 with Cassandra. So, is there any way to solve this problem with Solr 3.4 (without pivots)? Your results are: Cat: A=3 SubCat: A1=2 and A2=1 Cat: B=2 SubCat: A1=1 and B2=1 but I would like to have: Cat: A=3 SubCat: 2 (losing information about the

Re: Ordered proximity search

2011-11-04 Thread LT.thomas
Thanks for your reply, I will check this advice -- View this message in context: http://lucene.472066.n3.nabble.com/Ordered-proximity-search-tp3477946p3480321.html Sent from the Solr - User mailing list archive at Nabble.com.

Ordered proximity search

2011-11-03 Thread LT.thomas
Hi, By ordered I mean term1 will always come before term2 in the document. I have two documents: 1. By ordered I mean term1 will always come before term2 in the document 2. By ordered I mean term2 will always come before term1 in the document if I make the query: term1 term2~Integer.MAX_VALUE