Re: Solr index update approach

2012-02-03 Thread Ahmet Arslan
> external fields was one of the options, but I was not 100% > sure if it would > fit. > I will study more about this option. I was wondering if Lucene's ToChildBlockJoinQuery and/or ToParentBlockJoinQuery can be replacement for ExternalFileField. http://www.searchworkings.org/blog/-/blogs/toch

Re: Solr index update approach

2012-02-03 Thread Listas Discussões
hi Mikhail external fields was one of the options, but I was not 100% sure if it would fit. I will study more about this option. thank you so much for your reply Arian 2012/2/3 Mikhail Khludnev > Hello Arian, > > Pls look into > > http://sujitpal.blogspot.com/2011/05/custom-sorting-in-solr-usi

Re: Solr index update approach

2012-02-03 Thread Mikhail Khludnev
Hello Arian, Pls look into http://sujitpal.blogspot.com/2011/05/custom-sorting-in-solr-using-external.htmlit can be useful for your purpose. If you need to count facets against an external field you need to develop your own component - shouldn't be a big deal. Solr's bolts are http://lucidworks.lu

Solr index update approach

2012-02-03 Thread Listas Discussões
hi, I have an opinion mining application running solr that serves to retrieve documents and perform some analytics using facet queries. It works great. But I have a big issue. The document has an attribute for opinion that is automatically detected, but users can change it if it´s not correct. A d