Re: question about IndexRow API

2012-12-05 Thread Tommaso Teofili
Thanks Thomas :-) Tommaso On 05/dic/2012, at 15:39, Thomas Mueller wrote: > Hi, > > It looks like it should be a PropertyValue, and not a PropertyStateValue. > I will fix it. > > The easiest solution is to return null for now :-) because actually, the > method is currently not used within the q

Re: question about IndexRow API

2012-12-05 Thread Thomas Mueller
Hi, It looks like it should be a PropertyValue, and not a PropertyStateValue. I will fix it. The easiest solution is to return null for now :-) because actually, the method is currently not used within the query engine. It is planned for pseudo-properties such as jcr:score (see the documentation)

question about IndexRow API

2012-12-05 Thread Tommaso Teofili
Hi all, while trying to implement a custom IndexRow for the SolrQueryEngine i found myself wondering how that should be done in a correct way. IndexRow API has two methods : - String getPath(); - PropertyStateValue getValue(String columnName); I wonder how a custom implementation would behave wi