Solr join query takes too long

2018-02-04 Thread Aashish Agarwal
Hi I am using join query that joins 2 cores to get result. Since, number of docs in both the cores are too high so I want to use post filter with join query. But that is not working by providing cost=100. Is it implemented for join filter query? I use solr 4.6.0 Thanks, Aashish

Re: Doubts regarding usage of block join query

2018-02-04 Thread Aashish Agarwal
t find a way how to write a block into a segment as whole via https://lucene.apache.org/core/4_6_0/core/org/apache/ lucene/index/IndexWriter.html#addDocuments(java.lang.Iterable, org.apache.lucene.analysis.Analyzer). On Thu, Jan 18, 2018 at 8:24 AM, Aashish Agarwal <aaashi...@gmail.com> wro

query response time is too high

2018-01-29 Thread Aashish Agarwal
Hi, Solr query time for a request comes aroung 10-12ms. But when I am hitting the queries parallely the qtime rises to 900 ms but there is no significant increase in cpu load. I am using solr with default memory settings. How can I optimize to give less query time. Thanks in advance. Aashish

Solr optimize deleting docs

2018-01-21 Thread Aashish Agarwal
Hi, I have NumDocs: 17051329, deleted docs:2, Segment Count :21 Then after hitting optimize NumDocs:7260056, deleted docs:0, Segment Count: 3. Why docs are deleted without being marked for deletion? Thanks, Aashish

Re: Solr optimize deleting docs

2018-01-21 Thread Aashish Agarwal
Ok sorry Full import was in process so num docs changed. Please ignore Thanks Aashish On Jan 21, 2018 10:46 PM, "Aashish Agarwal" <aaashi...@gmail.com> wrote: > Hi, > > I have NumDocs: 17051329, deleted docs:2, Segment Count :21 > Then after hitting optimize >

Preserve order during indexing

2018-01-18 Thread Aashish Agarwal
Hi, I need to index documents in solr so that they are stored in same order as present in database. i.e *:* gives result in db order. Is it possible. Thanks, Aashish

Re: Doubts regarding usage of block join query

2018-01-17 Thread Aashish Agarwal
So is there any way to solve the above problem? On Jan 18, 2018 1:31 AM, "Mikhail Khludnev" <m...@apache.org> wrote: > sure > > On Wed, Jan 17, 2018 at 9:39 PM, Aashish Agarwal <aaashi...@gmail.com> > wrote: > > > Hello, > > I tried to us

Re: Need help with solr highlighting feature

2018-01-17 Thread Aashish Agarwal
ion of Solr are you using? > > Please share your configuration: highlighter and schema. > > -- > Steve > www.lucidworks.com > > > On Jan 16, 2018, at 12:20 PM, Aashish Agarwal <aaashi...@gmail.com> > wrote: > > > > Hello, > > > > I am using sol

Block join query with solr 4.6.0

2018-01-16 Thread Aashish Agarwal
Hi, I am using block join query to get parent object using filter on child. But when the number of results are large than the query fails with ArrayIndexOutOfBoundException. e.g in range query price:[0 TO 20] fails but price[0 TO 10], price:[10 TO 20] works fine. I am using solr 4.6.0. Thanks,

Need help with solr highlighting feature

2018-01-16 Thread Aashish Agarwal
Hello, I am using solr highlighting feature on multivalued field containing korean words.The feature is not working as expected. Search is working fine but in case of highlighting it gives response as . I am storing term vector for the field and it is also stored=true. Please reply soon. Need