Re: Count rows with tokens

2011-09-15 Thread tom135
Facet Indexing is good solution for me :) Thanks for your help! -- View this message in context: http://lucene.472066.n3.nabble.com/Count-rows-with-tokens-tp3274643p3338556.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solandra - select query error

2011-09-15 Thread tom135
Hi Jake, I was reproduce example of my error (commit release 3408a30): 1. I have used schema.xml from reuters-demo, with my fields definition: . fields field name=id type=long indexed=true stored=true required=true / field name=text type=text indexed=true stored=true

Solandra - select query error

2011-09-12 Thread tom135
Hello, I have some index and two search query: 1. http://127.0.0.1:8983/solandra/INDEX_NAME/select?q=type:(3 2 1) AND category:(2 1) AND text:(WORD1 WORD2 WORD3 WORD4 WORD5)facet.field=creation_datefacet=truewt=javabinversion=2 This query works good 2. 1.

Re: Solandra - select query error

2011-09-12 Thread tom135
It's complecated to give you sample data. But this error depends on the size of data. I have indexed 200 docs and this error did not occurred. But I need much more (ie. 5 000 000), so if I try to index 2000 docs then come this error. -- View this message in context:

Count rows with tokens

2011-08-22 Thread tom135
Hello, I want to use Solr as a search engine. I have indexed data like: ID | TEXT | CREATION_DATE Daily increase by 500 000 rows. My problem: *INPUT:* fixed set of tokens (max size 40), set of days *RESULT:* How many rows (TEXT) contain fixed set of tokens and are created in day1, day2, ...,