s code, where he
>> uses the FieldCache, also per segment.
>>
>> ** **
>>
>> Uwe
>>
>> ** **
>>
>> -
>>
>> Uwe Schindler
>>
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>>
>> http://www.thetaphi.d
H.-Meier-Allee 63, D-28213 Bremen
>
> http://www.thetaphi.de
>
> eMail: u...@thetaphi.de
>
> ** **
>
> *From:* Muhzin [mailto:rmuh...@gmail.com]
> *Sent:* Thursday, October 17, 2013 7:21 AM
> *To:* dev@lucene.apache.org
> *Subject:* Re: solr Post Filter
>
> ** **
>
; http://www.thetaphi.de
eMail: u...@thetaphi.de
From: Muhzin [mailto:rmuh...@gmail.com]
Sent: Thursday, October 17, 2013 7:21 AM
To: dev@lucene.apache.org
Subject: Re: solr Post Filter
Hi Uwe,
Thank you very much for the insight . I was following the article by Erik
Hatcher
http://searchhub.org/2
Hi Uwe,
Thank you very much for the insight . I was following the article by Erik
Hatcher
http://searchhub.org/2012/02/22/custom-security-filtering-in-solr/
and this presentation
http://www.lucenerevolution.org/sites/default/files/Using%20LuceneSolr%20to%20Build%20Advertising%20Systems.pdf
Is t
Hi,
ExtendedQueryBase extends the abstract Lucene query class, but you don’t
implement any query-specific method. So Solr does not know which query you want
to execute? The postfilter alone is no valid query.
Also there may be some bugs in your code:
- Where does indexSearcher c