Re: commit=true has no effect

2010-11-23 Thread stockiii

Okay, sry and thx for reply. 

I Know the Links that you post and i Know the Most dih Settings from Wiki.
Im Not New in solr ... Dih says To me After a Delta that Some documenty
changed, but He Dong want to Commit. The auery is nö Broken, i check this,
changed the query and expert with. But with nö Effects. In Few Hours i can
post the querys. 

I tried all dih Option: waitflush = waitsearcher = false, clean, optimize,
commit of Course ;) ... But with nö Effects. Full Import imported the
missing documents but Not delta. Delta found the entries im db but don't
change...

Solfconfig.xml is Not different with my ohter Codes! 

Dih Status says nothing about commit or optimize ...


Anyone Other the Same Problem ?!
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/commit-true-has-no-effect-tp1952567p1957709.html
Sent from the Solr - User mailing list archive at Nabble.com.


is my search fast ?! date search i need some feedback :D

2010-11-01 Thread stockiii

my index is 13M big and i have not index all of my documents. the index in
production system should be about 30M Documents big. 

so with my test 13M Index i try a search over all documents, with 
first query: q:[2008-10-27 12:23:00:00 TO 2009-04-29 23:59:00:00]  
than i run the next query, for statistics. grouped by currency_id and get
the amounts, of these Currencys.

thats my result:
- EUR Sum: 437.259.518,28 € Founded: 3712331 
- CHF Sum: 2.048.147,62 SFr. Founded: 10473 
- GBP Sum: 1.221,41 £ Founded: 181 

for getting the result solr needs 9 seconds. ... i dont think thats really
fast =(
what do you think ? 


for faster search i want to try change precisionStep=6 to -- for deleting
the milliseconds. whats the value for deleting also the seconds ? we only
need HH:MM and not HH:MM:SS:MSMS
and i change the datesearch from q to fq ...

thx


-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/is-my-search-fast-date-search-i-need-some-feedback-D-tp1820821p1820821.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: FieldCollapsing and Stats or Sum ?!

2010-10-27 Thread stockiii

okay. 

i want one number per group. yes its similar to the group by command.

is there another way to get this ? 
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/FieldCollapsing-and-Stats-or-Sum-tp1773842p1778731.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: DIH wiht several Cores

2010-10-26 Thread stockiii

okay. how did you solve this ? 
do you wrote an own importer ? 

we have a own importer yet, but only for one instance of solr and one
index, we want to spit this in severeal cores and indexes and want to use
DIH because we think his indexing is better than a php skript ...
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/DIH-wiht-several-Cores-tp1767883p1772223.html
Sent from the Solr - User mailing list archive at Nabble.com.


DIH wiht several Cores

2010-10-25 Thread stockiii

Hello.

I have 7 Cores. Each Core has his own index and his own import.

i want one DIH with an url like http://host/solr/dih.
is this possible that the DIH is using different index-folder ? or its
nessecary that each core use his own DIH with the solrconfig from each core
? 
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/DIH-wiht-several-Cores-tp1767883p1767883.html
Sent from the Solr - User mailing list archive at Nabble.com.