Re: field=string with value: 0, 1 and 2

2011-01-28 Thread stockii
i think DIH is the problem !? when i am using int as type for the fields, solr NumberFormatException occurs - For input string: false - --- System One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 1 Core with 31

fieldType textgen. tokens 2

2011-01-24 Thread stockii
Hello. my field sender with fieldType=textgen cannot find any documents wich are more than 2 tokens long. -q=sender:name1 name2 name3 = 0 Documents found WHY ??? that is my field (original from default schema.xml) fieldType name=textgen class=solr.TextField positionIncrementGap=100 analyzer

Re: fieldType textgen. tokens 2

2011-01-24 Thread stockii
that is my query: q=sender:name1+name2+name3 exaclty the request is: q=sender:(name1+name2+name3+OR+sender_2:name1+name2+name3) so solr is using another field for name2 and name3 ? debugging cannot help me, or i dont understand the debugging ... when i search only for name1 + name2 search is

Re: fieldType textgen. tokens 2

2011-01-24 Thread stockii
i got this query from the mailing list. but i found the problem. wrong query. i dont know why i construct my query so ... =( but thanks for your help =) - --- System One Server, 12 GB RAM, 2 Solr Instances, 7 Cores,

Re: NRT

2011-01-18 Thread stockii
Real NRT in Solr is not implementet yet. But you can configure a near NRT-Search. http://lucene.472066.n3.nabble.com/Tuning-Solr-caches-with-high-commit-rates-NRT-td1461275.html - --- System One Server, 12 GB RAM, 2 Solr

Re: resetting the statistics

2011-01-18 Thread stockii
why do you dont want to restart ? its a downtime 1 Minute ... !? - --- System One Server, 12 GB RAM, 2 Solr Instances, 7 Cores, 1 Core with 31 Million Documents other under 100.000 - Solr1 for Search-Requests - commit

Solr and Ping PHP

2011-01-14 Thread stockii
Hello. Iam using NRT and for each search-request, updater-request and commit-request (on the search-instance) i start a ping to solr with a httpRequest. But sometimes ping isnt okay, but sor is available. Why cannot solr ping, when he is doing something like Commit on my searcher or when a

Re: Tuning StatsComponent

2011-01-12 Thread stockii
i try this: http://host:port /solr/select?q=YOUR_QUERYstats=onstats.field=amountf.amount.stats.facet=currencyrows=0 and this: http://host:portsolr /select?q=amount_us:*+OR+amount_eur:*[+OR+amount_...:*]stats=onstats.field=amount_usdstats.field=amount_eur[stats.field=amount_...]rows=0 of

Re: Tuning StatsComponent

2011-01-12 Thread stockii
my field Type is double maybe sint is better ? but i need double ... =( -- View this message in context: http://lucene.472066.n3.nabble.com/Tuning-StatsComponent-tp2225809p2241903.html Sent from the Solr - User mailing list archive at Nabble.com.

!= unequal in fq !?

2011-01-11 Thread stockii
hello. i need to filter a field. i want all fields are not like the given string. eg.: ...fq=status!=refundend how can i realize this in solr !? i dont want to use ...string+OR+string+OR+... -- View this message in context:

Re: != unequal in fq !?

2011-01-11 Thread stockii
ah, cool thx =) -- View this message in context: http://lucene.472066.n3.nabble.com/unequal-in-fq-tp2233235p2233261.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Tuning StatsComponent

2011-01-11 Thread stockii
simplest solution is more RAM !? sometimes i think, that is a standard solution for problems with solr ;-) i going to buy 100 GB RAM :P -- View this message in context: http://lucene.472066.n3.nabble.com/Tuning-StatsComponent-tp2225809p2234557.html Sent from the Solr - User mailing list

Tuning StatsComponent

2011-01-10 Thread stockii
Hello. i`m using the StatsComponent to get the sum of amounts. but solr statscomponent is very slow on a huge index of 30 Million documents. how can i tune the statscomponent ? the problem is, that i have 5 currencys and i need to send for each currency a new request. thats make the solr

Re: Tuning StatsComponent

2011-01-10 Thread stockii
oh thx for your fast reply. i will try the suggestions. in meanwhile more information about my index. i have 2 solr instances with 6 cores. each core have his own index and one core`s index is about 30 million documents. each document have:(stats-relevant) amount amount_euro currency_id

Re: Tuning StatsComponent

2011-01-10 Thread stockii
when i start statsComponent i get this message: INFO: UnInverted multi-valued field {field=product,memSize=4336,tindexSize=46,time=0,phase1=0,nTerms=1,bigTerms=1,termInstances=0,uses=0} what means this ? -- View this message in context:

hole RAM using by solr during Optimize

2010-12-22 Thread stockii
Hello. I have a RAM problem during a optimize. When is start an delta or full import, solr using only this ram which i allocate to him. eg.: java -jar -Xmx2g start.jar when solr is fetching the rows from database the using of ram ist okay. But when solr begin to otimize, solr want all of the

Re: hole RAM using by solr during Optimize

2010-12-22 Thread stockii
maybe i set my chache in solrconfig.xml to high ? why now i see das the cache very high in server. -- View this message in context: http://lucene.472066.n3.nabble.com/hole-RAM-using-by-solr-during-Optimize-tp2130482p2130490.html Sent from the Solr - User mailing list archive at Nabble.com.

backup of Index or Snapshoot ?

2010-12-21 Thread stockii
Hello. Iam working with the shell-scripts for solr for performing a snapshot of the index. to do a snapshot is really easy and works fine. but how can i install a snaposhot for multi-cores. i wrote a little script wich install each snapshot for each core: cd $HOME_DIR/solr/bin ./snapinstaller

Re: Dataimport: Could not load driver: com.mysql.jdbc.Driver

2010-12-06 Thread stockii
maybe encoding !? -- View this message in context: http://lucene.472066.n3.nabble.com/Dataimport-Could-not-load-driver-com-mysql-jdbc-Driver-tp2021616p2027138.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Best practice for Delta every 2 Minutes.

2010-12-02 Thread stockii
at the time no OOM occurs. but we are not in correct live system ... i thougt maybe i get this problem ... we are running seven cores and each want be update very fast. only one core have a huge index with 28M docs. maybe it makes sense for the future to use solr with replication !? or can i

Re: Tuning Solr caches with high commit rates (NRT)

2010-12-02 Thread stockii
great thread and exactly my problems :D i set up two solr-instances, one for update the index and another for searching. When i perform an update. the search-instance dont get the new documents. when i start a commit on searcher he found it. how can i say the searcher that he alwas look not

Re: Best practice for Delta every 2 Minutes.

2010-12-01 Thread stockii
http://10.1.0.10:8983/solr/payment/dataimport?commad=delta-importdebug=on dont work. no debug is started =( thanks. i will try mergefactor=2 -- View this message in context: http://lucene.472066.n3.nabble.com/Best-practice-for-Delta-every-2-Minutes-tp1992714p1997595.html Sent from the Solr -

send XML multiValued Field Solr-PHP-Client

2010-12-01 Thread stockii
Hello. do anyone using Solr-PHP-Client ? how are you using mutltivalued fields with the method addFields() ? solr says to me SCHWERWIEGEND: java.lang.NumberFormatException: empty String when i send a raw xml like this: doc field name=uniquekey24038608/field field name=user_id778/field field

Re: Large Hdd-Space using during commit/optimize

2010-11-30 Thread stockii
aha aha :D hm i dont know. we import in 2MillionSteps because we think that solr locks our database and we want a better controll of the import ... -- View this message in context: http://lucene.472066.n3.nabble.com/Large-Hdd-Space-using-during-commit-optimize-tp1985807p1991392.html Sent from

Best practice for Delta every 2 Minutes.

2010-11-30 Thread stockii
Hello. index is about 28 Million documents large. When i starts an delta-import is look at modified. but delta import takes to long. over an hour need solr for delta. thats my query. all sessions from the last hour should updated and all changed. i think its normal that solr need long time for

Re: Best practice for Delta every 2 Minutes.

2010-11-30 Thread stockii
everyday ~30.000 Documents and every hour ~1200 multiple thread with DIH ? how it works ? -- View this message in context: http://lucene.472066.n3.nabble.com/Best-practice-for-Delta-every-2-Minutes-tp1992714p1992767.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Best practice for Delta every 2 Minutes.

2010-11-30 Thread stockii
how do you think is the deltaQuery better ? XD -- View this message in context: http://lucene.472066.n3.nabble.com/Best-practice-for-Delta-every-2-Minutes-tp1992714p1992774.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Best practice for Delta every 2 Minutes.

2010-11-30 Thread stockii
i copied the wrong query, because 10 hours ;) i didnt test the query with 28 million records . but wiht a few million and it works fine. ... before i used DIH, i used php and import direclty documents into solr. but i want use dih because the better performance, i think so ... grml ... --

Re: Large Hdd-Space using during commit/optimize

2010-11-30 Thread stockii
okay. the query kills the database, because no index of modified is set ... -- View this message in context: http://lucene.472066.n3.nabble.com/Large-Hdd-Space-using-during-commit-optimize-tp1985807p1993750.html Sent from the Solr - User mailing list archive at Nabble.com.

Large Hdd-Space using during commit/optimize

2010-11-29 Thread stockii
Hello. i have ~37 Million Docs that i want to index. when i starte a full-import i importing only every 2 Million Docs, because of better controll over solr and space/heap so when i import 2 million docs and solr start the commit and the optimize my used disc-space jumps into the sky.

Re: Large Hdd-Space using during commit/optimize

2010-11-29 Thread stockii
aha okay. thx i dont know that solr copys the complete index for optimize. can i solr say, that he start an optimize, but wihtout copy ? -- View this message in context: http://lucene.472066.n3.nabble.com/Large-Hdd-Space-using-during-commit-optimize-tp1985807p1987477.html Sent from the Solr -

Re: DIH : Delta import don't process the updated documents

2010-11-26 Thread stockii
hey. i know this problem. DIH dont commit your documents. if there not comited, no changes in the index. in my case, i had a broken delta-query. some stupid mistakes like. id = '{$dataimporter.delta.id}' or deltaimporter.delta.id check your delta ID and dih should commit you changes. DIH

Re: commit=true has no effect

2010-11-24 Thread stockii
DIH Response XML: lst name=statusMessages str name=Total Requests made to DataSource2/str str name=Total Rows Fetched1/str str name=Total Documents Skipped0/str str name=Delta Dump started2010-11-24 09:56:11/str str name=Identifying Delta2010-11-24 09:56:11/str str name=Deltas Obtained2010-11-24

Re: commit=true has no effect

2010-11-24 Thread stockii
its so strange ... - i copy the solrconfig.xml from this core, that works and no changes - i delete all fields in my query and change it to a simple query with two fields. no commit ... -- View this message in context:

DIH delta, deltaQuery

2010-11-24 Thread stockii
Hello. i wonder why this deltaQuery takes over a minute: deltaQuery=SELECT id FROM sessions WHERE created BETWEEN DATE_ADD( NOW(), INTERVAL - 1 HOUR ) AND NOW() OR modified BETWEEN '${dataimporter.sessions .last_index_time}' AND DATE_ADD( NOW(), INTERVAL - 1

commit=true has no effect

2010-11-23 Thread stockii
Hello. some of my cores absolutely dont want to commit the delta-import changes. the query are all okay but i have no idea what ist wrong Solr version: Solr Specification Version: 4.0.0.2010.10.26.08.43.14 dih found the deltas, and changed it but no commit is performed !? the config files are

Re: commit=true has no effect

2010-11-23 Thread stockii
=( anyone a idea ? -- View this message in context: http://lucene.472066.n3.nabble.com/commit-true-has-no-effect-tp1952567p1953391.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Purpose of SolrDocument.java

2010-09-03 Thread stockii
aaah okay. so its SolrDocument in normal search never been used ? its only for other solr-plugins ? -- View this message in context: http://lucene.472066.n3.nabble.com/Purpose-of-SolrDocument-java-tp1408443p1411276.html Sent from the Solr - User mailing list archive at Nabble.com.

Purpose of SolrDocument.java

2010-09-02 Thread stockii
I worling through the SolrCode and i want to know how the class SolrDocument used in Solr !? When i start and debug a normal search, SolrDocument never been used. (Standard SearchHandler with q-Query). i thought, this class is a representation of a Doc from the Index as a higher level doc above

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-23 Thread stockii
can nobody help me or want :D -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1288705.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-23 Thread stockii
ant package BUILD FAILED run program perl ... it`s necessary to install perl on my computer ?! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1291992.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-23 Thread stockii
thx, for your help. now it works fine. its very simple when you kno how :D haha i try bernds suggest =) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1296175.html Sent from the Solr - User mailing list archive at Nabble.com.

minMergeDocs supported ?

2010-08-23 Thread stockii
Heya: IS minMergeDocs SUPPORTED IN soLR ? -- View this message in context: http://lucene.472066.n3.nabble.com/minMergeDocs-supported-tp1302856p1302856.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-22 Thread stockii
thx for you reply. i dont want to test my own classes in unittest. i try to understand how solr works , because i write a little text about solr and lucene. so i want go through the code, step by step and find out on which places is solr using lucene. when i can debug the code its easyer ;-)

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-22 Thread stockii
1. did you mean solr war ? or all libs in /trunk/solr/lib/ 2. what is the revision of the actual 1.4.1 ? 3. EmbededSolrServer ? what should do this little programm ? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1275295.html Sent

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-22 Thread stockii
oha, thx i will try it =) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1278704.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-22 Thread stockii
wich revision is the revision of 1.4.1 ? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1280956.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-22 Thread stockii
im stupid. XD how get i the revsion of the solr 1.4.1 or do i nee build an war from my snv-checkout ? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1281253.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Debug Sol-Code in Eclipse ?!

2010-08-22 Thread stockii
okay, thx. but it want work =( i checkout solr1.4.1 as dynamic web project into eclipse. startet jetty with XDebug. In eclpise i add WebLogic exactly how the tutorial shows but eclipse cannot connect =( any idea what im doing wrong ? -- View this message in context:

How to Debug Sol-Code in Eclipse ?!

2010-08-21 Thread stockii
Hello.. Can anyone give me some tipps to debug the solr-code in Eclipse ? or do i need apache-Ant to do this ? thhx =) -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Debug-Sol-Code-in-Eclipse-tp1262050p1262050.html Sent from the Solr - User mailing list archive

SolrIndex / LuceneIndex

2010-08-19 Thread stockii
Hello. in http://lucene.apache.org/solr/api/index.html?org/apache/solr/common/SolrDocument.html Is the talk about SolrIndex -- A concrete representation of a document within a Solr index is solr create an special SolrIndex or is here mean an LuceneIndex ? thx ;) -- View this message

Re: Solr Doc Lucene Doc !?

2010-08-12 Thread stockii
no help ? =( -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Doc-Lucene-Doc-tp995922p1114172.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Doc Lucene Doc !?

2010-08-12 Thread stockii
i write a little thesis about this. and i need to know how solr is using lucene -in which way. in example of using dih and searching. so for my better understanding .. ;-) -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Doc-Lucene-Doc-tp995922p1118089.html Sent from

Re: Solr Doc Lucene Doc !?

2010-08-11 Thread stockii
i have a question about the solr index mechanism with DIH ... i try to understand how solr index an doc, and on wich code-elements, solr using lucene. thats my stand: DIH is using the SolrWriter to add an doc. To create an SolrInoputDocument SolrWriter uses the addUpdateCommand, This Command

Re: Solr Doc Lucene Doc !?

2010-08-11 Thread stockii
oh, i see that i mixed DIH classes with other Solr classes ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Doc-Lucene-Doc-tp995922p1088738.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Doc Lucene Doc !?

2010-08-06 Thread stockii
There is a real and actual class named SolrDocument. it is a simpler object then Lucene's Document class becuase in Solr the details about the field types (stored, indexed, etc...) are handled by the schema, and are not distinct per Field instance. Chris Hostetter-3 wrote: okay thx,

Re: Strange search

2010-07-28 Thread stockii
try to delete solr.SnowballPorterFilterFactory from your analyzerchain. i had similar problems by using german SnowballPorterFilterFactory -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-search-tp998961p1001990.html Sent from the Solr - User mailing list archive at

Solr Doc Lucene Doc !?

2010-07-26 Thread stockii
Hello. I write a little text about SOLR and LUCENE by using the DIH. what documents are creating and inserting DIH ? in wiki is the talk about solr documents but i thought that, solr uses lucene to do this and so that DIH creates Lucnee Documents, not Solr Documents !? what are doing the

Re: Solr Doc Lucene Doc !?

2010-07-26 Thread stockii
... but in the code is the talk about of, SolrDocuments. these are higher level docs, used to construct the lucene doc to index ... !!?!?!?!? and in wiki is the talk about Build Solr documents by aggregating data from multiple columns and tables according to configuration

Re: Solr Doc Lucene Doc !?

2010-07-26 Thread stockii
i want to learn more about the technology. exists an issue to create really an solrDoc ? Or its in the code only for a better understanding of the lucene and solr border ? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Doc-Lucene-Doc-tp995922p99.html Sent from

Re: Solr Doc Lucene Doc !?

2010-07-26 Thread stockii
ah okay thx =) the class SolrInputDocuments is only for indexing an document and SolrDocuement for the search ? when Solr index an document first step is to create an SolrInputDocument. then in class DocumentBuilder creates solr in function Document toDocument (SolrInputDoc, Schema) an Lucene

Re: ArrayIndexOutOfBoundsException heeeeeelp !?!?!?!!?! Sorting

2010-07-05 Thread stockii
hey. of course i mean sint, from the default/example SchemaXML. after few days sort for popularity works well again ... ?! i found a value of -1252810 in my popularity field... i think this was the problem. but i dont know how can the field become this value. -- View this message in context:

meaning of underscore in prefix search.

2010-07-05 Thread stockii
Hello. i use facet.prefix and terms.prefix for my search. what is the meaning of the underscore _ in the results. when change solr some string into a underscore ? sometimes it make no sence to suggest the client with this ... analyzer type=index tokenizer

Facet Search is too slow ! Optimize suggestions ?

2010-07-05 Thread stockii
Hello. I use facet-search for my autosuggestion. the results are okay, but sometimes its too slow. We Have 4,2 Million Documents and each day we get more and more ... I try out the Cache Settings with this parameter: filterCache class=solr.FastLRUCache size=200

Re: Facet Search is too slow ! Optimize suggestions ?

2010-07-05 Thread stockii
okay. How many unique terms? - Docs: 3911249 and Distinct: 2302852 app ? - iPhone App for product search. faceting on ? - im faceting on the product names, with Shingles (maxShingle: 5 ?? too big ?) how you faceting? - search over all .../?q=*:*facet.prefix=stringrows=0 search with shops

Re: ArrayIndexOutOfBoundsException heeeeeelp !?!?!?!!?! Sorting

2010-06-30 Thread stockii
I get only this exception when i sort on my popularity field. WHY ??? ...sort=score desc, popularity desc -- BAD ...sort=score desc -- All fine. thats not good =( -- View this message in context:

Re: ArrayIndexOutOfBoundsException heeeeeelp !?!?!?!!?! Sorting

2010-06-30 Thread stockii
aha. the type is sint do i need to use string ore which field did not use any tokenizer ? ^^ i thought sint is untokenized... -- View this message in context: http://lucene.472066.n3.nabble.com/ArrayIndexOutOfBoundsException-heelp-Sorting-tp932956p933003.html Sent from the Solr - User

Re: ArrayIndexOutOfBoundsException heeeeeelp !?!?!?!!?! Sorting

2010-06-30 Thread stockii
it makes no sense. i can on my playground-core sort for popularity, but not on my live-core. both cores, have the same configuration ... the problem occurs after use facet-search. thats maybe an reason ? or too many data ? to low server ? any idea -- View this message in context:

underscore, comma in terms.prefix

2010-06-24 Thread stockii
Hello. this is my filterchain for suggestion with termsComponent: fieldType name=textgen class=solr.TextField positionIncrementGap=100 analyzer type=index tokenizer class=solr.WhitespaceTokenizerFactory/ filter

Re: underscore, comma in terms.prefix

2010-06-24 Thread stockii
okay thx. WordDelimiterFactory with the option generateNumberParts=0 maked trouble ;-) -- View this message in context: http://lucene.472066.n3.nabble.com/underscore-comma-in-terms-prefix-tp919565p919655.html Sent from the Solr - User mailing list archive at Nabble.com.

TermsComponent Reverse !?

2010-06-16 Thread stockii
Hello again Nabble :D TermsComponent works fine so far, but how can i get the same result for the typing: harry pot - harry potter AND potter harr - harry potter i try ReversedWildcardFilterFactory, but i dont want the reversed Word. i want the reversed sentence. ^^ thx -- View this

Re: how to use q=string in solrconfig.xml `?

2010-06-15 Thread stockii
okay thx. good idea with mod_rewrite =) thx -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-use-q-string-in-solrconfig-xml-tp861870p896902.html Sent from the Solr - User mailing list archive at Nabble.com.

VelocityResponseWriter in Solr Core ?! configuration

2010-06-14 Thread stockii
Hello. I want to use the VelocityResponseWriter. I did all these steps from this site: http://wiki.apache.org/solr/VelocityResponseWriter Builded a war-file with ant dist and use it. but solr cannot find the VelocityResponseWriter - Class java.lang.NoClassDefFoundError:

Re: VelocityResponseWriter in Solr Core ?! configuration

2010-06-14 Thread stockii
ah okay. i tried it with 1.4 and put the jars into lib of solr.home but it want be work. i get the same error ... i use 2 cores. and my solr.home is ...path/cores in this folder i put another folder with the name: lib and put all these Jars into it: apache-solr-velocity-1.4-dev.jar

requesthandler, variable ...

2010-06-09 Thread stockii
Hello. i want to call the termscomponent with this request: http://host/solr/app/select/?q=har i want the same result when i use this request: http://host/solr/app/terms/?q=harterms.prefix=har --lst name=terms lst name=suggest int name=hardcore9/int int name=hardcore evo9/int int name=hardcore

Re: AW: XSLT for JSON

2010-06-09 Thread stockii
help me please =( -- View this message in context: http://lucene.472066.n3.nabble.com/XSLT-for-JSON-tp845386p882319.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: XSLT for JSON

2010-06-07 Thread stockii
hm. i dont know how i to use velocity. i'm only want the response format of StandardSearchHandler for the TermsComponent. how can i do this in a simple way ? :D thx -- View this message in context: http://lucene.472066.n3.nabble.com/XSLT-for-JSON-tp845386p876903.html Sent from the Solr -

RE: DIH, Full-Import, DB and Performance.

2010-06-02 Thread stockii
my batchSize is -1 and the load ist to big for us. why i should increase it ? what is a normal serverload ? our server is a fast server. 4 cores 3 GB Ram but we dont want a serverload from over 2 when index a starts. -- View this message in context:

Many Tomcat Processes on Server ?!?!?

2010-06-02 Thread stockii
Hello. Our Server is a 8-Core Server with 12 GB RAM. Solr is running with 4 Cores. 55 Tomcat 5.5 processes are running. ist this normal ??? htop show me a list of these processes of the server. and tomcat have about 55. every process using:

Re: Many Tomcat Processes on Server ?!?!?

2010-06-02 Thread stockii
yes, its a Linux... Debian System. when i running a import. only 2-3 tomcat processes are running. the other doing nothing ... thats what is strange for me .. ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Many-Tomcat-Processes-on-Server-tp864732p864804.html Sent from

Re: Many Tomcat Processes on Server ?!?!?

2010-06-02 Thread stockii
oha... ps aux shows only 3 processes from tomcat55. but why show htop 55 ? close the garbage collector these not ? -- View this message in context: http://lucene.472066.n3.nabble.com/Many-Tomcat-Processes-on-Server-tp864732p864849.html Sent from the Solr - User mailing list archive at

Re: Many Tomcat Processes on Server ?!?!?

2010-06-02 Thread stockii
all the process in in htop show, have a own PID. so thats are no threads ? i restart my tomcat via /etc/init.d/tomcat restart do you think that after ervery resart the processes arent closed ? -- View this message in context:

Re: Many Tomcat Processes on Server ?!?!?

2010-06-02 Thread stockii
okay you are right. thats all threads and no processes ... but so many ? :D hehe so when all the processes are threads i think its okay so ?! i can ignore this ... XD -- View this message in context: http://lucene.472066.n3.nabble.com/Many-Tomcat-Processes-on-Server-tp864732p865008.html Sent

DIH, Full-Import, DB and Performance.

2010-06-01 Thread stockii
Hello.. We have about 4 Million Products in our our Database and the Import takes about 1,5 hours. In this Time is the Performance of the Database very bad and our Server crashed sometimes. It's seems that DIH send only ONE select to the db ?!?! is that right ? all other processes cannot

Re: DIH, Full-Import, DB and Performance.

2010-06-01 Thread stockii
do you think that the option responseBuffer=adaptive should solve my problem ? From DIH FAQ ...: I'm using DataImportHandler with MS SQL Server database with sqljdbc driver. DataImportHandler is going out of memory. I tried adjustng the batchSize values but they don't seem to make any

Re: DIH, Full-Import, DB and Performance.

2010-06-01 Thread stockii
another question we have sometimes a load from over 3,.. on our server and only from different tomcat instances. no import is running and not much requests send to solr. we have 4 cores running for our search. 2 cores have each 4 Million doc's and the other two cores have each around

how to use q=string in solrconfig.xml `?

2010-06-01 Thread stockii
hello. this ist my request to solr. and i cannot change this.: http://host/solr/select/?q=string i cannot change this =( so i have a new termsComponent. i want to use q=string as default for terms.prefix=string. can i do somethin like this: ? lst name=defaults bool name=termstrue/bool

RE: DIH, Full-Import, DB and Performance.

2010-06-01 Thread stockii
thx for the reply =) i try out selectMethod=cursor but the load of the server is going bigger and bigger during a import =( selectMethod=cursor only solve the problem with the locking ? right ? -- View this message in context:

Re: AW: XSLT for JSON

2010-05-31 Thread stockii
thx for your help. the problem ist that our app already have an suggest version implement. and now, i want to use a new version of autosuggestion, but the responseformat isnt the same. so its not backward compatible. the client cannot change the uses of the response format ... =( today i will

deleteDocByID

2010-05-31 Thread stockii
Hello. i have a littel porblem to synchronize my index with my database. we have an extra table for delta-import. we cannot use a modified-field =( so. in this delta-table where all id saved to update. after a deltaimport this table should be deleted. this works fine. but when an item is is

Re: deleteDocByID

2010-05-31 Thread stockii
oh sry, i solve it with this entity: entity name=delete pk=id deletedPkQuery=SELECT update_id as id FROM solr_imports WHERE is_deleted=true / ;) thx nabble -- View this message in context: http://lucene.472066.n3.nabble.com/deleteDocByID-tp858903p858951.html Sent from the Solr - User mailing

XSLT for JSON

2010-05-26 Thread stockii
Hello. I have a little/big problem. i want to change the response format from the TermsComponent. It is possible to change with XSLT from XML to my JSON format ? or with xslt from json to json ... ;-) the new JSON format should exactly the same like the standard response ... thx -- View

Re: DIH. behavior after a import. Log, delete table !?

2010-05-19 Thread stockii
hey, thx i did all what you say. createn an Jar-file. this jar file delete my table. but SOLR absolute dont want to start this JAR. i put a run.bat file into my folder where is my jar saved. this batch-file runs and delete the table, but when solr start this batch-file. it doesnt work. i dont

Re: DIH. behavior after a import. Log, delete table !?

2010-05-18 Thread stockii
how can i say that solr should start the jar after every Delta-Import NOT after every Full-Import ? -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-behavior-after-a-import-Log-delete-table-tp823232p825717.html Sent from the Solr - User mailing list archive at

DIH. behavior after a import. Log, delete table !?

2010-05-17 Thread stockii
Hello. for my Delta-Import, i get the Id's which are should be updatet from an extra table in my database. ... when dih finished the delta-import it's necessary, that the table with the ID's is to delete. can i put a sql query in the DIH for that issue ? this code should only be send to the

Re: DIH. behavior after a import. Log, delete table !?

2010-05-17 Thread stockii
hm .. no =( i want to delete from a mysql database, not from my solr-index -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-behavior-after-a-import-Log-delete-table-tp823232p823264.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH. behavior after a import. Log, delete table !?

2010-05-17 Thread stockii
hm i think i can use deletedPkQuery but it dont works for me, but maybe you can help me. here is my conifg. entity name=item pk=id transformer=script:BoostDoc query=select i.id, i.shop_id, i.is_active, i.shop ... deltaImportQuery=select i.id, i.s ...WHERE ... AND

Re: DIH. behavior after a import. Log, delete table !?

2010-05-17 Thread stockii
thats what i try ! :D i dont want to do this with another script, because i never know when a delta-import is finished, and when he is completed, i dont know with which result. complete, fail, ?!?!? so i thought dih can delete the updated ID's in my database =( i try also to empty the table

Re: Related terms/combined terms

2010-05-17 Thread stockii
ho it is possible to search with termscomponent and shingle for things likeƖ: Driver Callaway it should be the same suggestion come like when i search for Callaway Dri.. -- View this message in context: http://lucene.472066.n3.nabble.com/Related-terms-combined-terms-tp694083p823749.html Sent

Re: DIH. behavior after a import. Log, delete table !?

2010-05-17 Thread stockii
oh, nice. so i can me make a jar-file with the query i need and in solrconfig.xml i need to define this.. -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-behavior-after-a-import-Log-delete-table-tp823232p824484.html Sent from the Solr - User mailing list archive at

<    1   2   3   >