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_date&facet=true&wt=javabin&version=2
This query works good
2. 1. http://127.0.0.1:8983/solandra/INDEX
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:
http://lucene.472066.n3.nabble
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.
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:
.
id
text
.
2. I have populated 1 items with two iterations (5000) to index
"sampleIndex.sub"
3. Then I execute many
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, ..., day