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
te 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
wrote:
> So is there any way to solve the above pr
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
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
Ok sorry
Full import was in process so num docs changed.
Please ignore
Thanks
Aashish
On Jan 21, 2018 10:46 PM, "Aashish Agarwal" wrote:
> Hi,
>
> I have NumDocs: 17051329, deleted docs:2, Segment Count :21
> Then after hitting optimize
> NumDocs:7260056, deleted
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
So is there any way to solve the above problem?
On Jan 18, 2018 1:31 AM, "Mikhail Khludnev" wrote:
> sure
>
> On Wed, Jan 17, 2018 at 9:39 PM, Aashish Agarwal
> wrote:
>
> > Hello,
> > I tried to use block join query feature in solr 4.6.0. My data is i
t;
> Please share your configuration: highlighter and schema.
>
> --
> Steve
> www.lucidworks.com
>
> > On Jan 16, 2018, at 12:20 PM, Aashish Agarwal
> wrote:
> >
> > Hello,
> >
> > I am using solr highlighting feature on multivalued field containing
>
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,
Aa
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 th
10 matches
Mail list logo