Re: Performance StringCoding.decode

2014-08-05 Thread Erick Erickson
Well, that code is when you're reading the fields of documents off disk. Stored fields are compressed/decompressed automatically. So one question is what is your test doing? In other words, is it artificially hitting this? The theory is that this should only be done when you gather the final top N

Re: Performance StringCoding.decode

2014-08-05 Thread d...@neusoft.com
how to monitor? use jprofile? From: Sascha Janz Date: 2014-08-05 22:36 To: java-user@lucene.apache.org Subject: Performance StringCoding.decode hi, i want to speed up our search performance. so i run test and monitor them with java mission control. the analysis showed that one hotspot is

Performance StringCoding.decode

2014-08-05 Thread Sascha Janz
hi, i want to speed up our search performance. so i run test and monitor them with java mission control. the analysis showed that one hotspot is sun.nio.cs.UTF_8$Decoder.decode(byte[], int, int, char[]) - java.lang.StringCoding.decode(Charset, byte[], int, int) - java.lang.String.(byte[],

RE: SOLR with ASP applications

2014-08-05 Thread Uwe Schindler
Hi, you should send your question to the "Solr User" mailing list: solr-u...@lucene.apache.org There are more people that can help you. This mailing list is more for people who use Lucene's API directly. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail:

SOLR with ASP applications

2014-08-05 Thread pgindia
I am using an classic ASP 3.0 application and would like to implement SOLR onto it. My database is SQL server and also it connects to AS/400 using batch processing. Can someone suggest a starting point? -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-with-ASP-applicatio

Re: Block-Join and number of child-documents

2014-08-05 Thread Ravikumar Govindarajan
FYI, there is SirenDB on top of lucene that addresses such concerns... It supports multi-level parent-child relationships and provides nice querying capabilities... -- Ravi On Thu, Jul 31, 2014 at 12:59 PM, Ravikumar Govindarajan < ravikumar.govindara...@gmail.com> wrote: > We are planning to

Re: Is housekeeping of Lucene indexes block index update but allow search ?

2014-08-05 Thread Kumaran Ramasubramanian
Hi Gaurav Thanks for the clarification. If possible, please share your NRT manager API related code example. i believe, it will help me to understand little better. - Kumaran R On Tue, Aug 5, 2014 at 12:39 PM, Gaurav gupta wrote: > Thanks Kumaran and Erik for resolving my queries. > > K

Re: Is housekeeping of Lucene indexes block index update but allow search ?

2014-08-05 Thread Gaurav gupta
Thanks Kumaran and Erik for resolving my queries. Kumaran, You are right at only one indexwriter can write as it acquire the lock but using the NRT manager APis - TrackingIndexWriter multiple concurrent upd