I agree with Upayavira. This seems architecturally
questionable.
In your example, the crux of the matter is
"Only differ by one field". Figuring that out is going to
be expensive, are you burdening searches with this
kind of logic?
Why not create a custom update processor that does
this and use s
On Dec 3, 2013, at 8:41 PM, Upayavira wrote:
>
>
> On Tue, Dec 3, 2013, at 03:22 PM, Peyman Faratin wrote:
>> Hi
>>
>> Is it possible to delete and commit updates to an index inside a custom
>> SearchComponent? I know I can do it with solrj but due to several
>> business logic requirements I
On Tue, Dec 3, 2013, at 03:22 PM, Peyman Faratin wrote:
> Hi
>
> Is it possible to delete and commit updates to an index inside a custom
> SearchComponent? I know I can do it with solrj but due to several
> business logic requirements I need to build the logic inside the search
> component. I a
Hi
Is it possible to delete and commit updates to an index inside a custom
SearchComponent? I know I can do it with solrj but due to several business
logic requirements I need to build the logic inside the search component. I am
using SOLR 4.5.0.
thank you