Re: Deleting and committing inside a SearchComponent

2013-12-04 Thread Erick Erickson
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

Re: Deleting and committing inside a SearchComponent

2013-12-03 Thread Upayavira
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 am

Re: Deleting and committing inside a SearchComponent

2013-12-03 Thread Peyman Faratin
On Dec 3, 2013, at 8:41 PM, Upayavira u...@odoko.co.uk 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