2010/9/30 Ard Schrijvers <[email protected]>: > Hello, > > On Thu, Sep 30, 2010 at 11:06 AM, Ista Pouss <[email protected]> wrote: >> >> On a result, is it possible to get the worlds around the result ? (I >> have a property with "The beautiful dog is black and white", I search >> "dog", I want "... beautiful DOG is black...") > > see [1] >
Is it possible with an exemple with SQL2 ? >> >> Is it possible to get some cloud tag automatically ? > > No > And with jackrabbit is it possible to use directly lucene ? >> >> Is it possible to have some score / pertinence in result ? > > double score = row.getValue(JCRConstants.JCR_SCORE).getDouble(); > Thanks. But I don't find JCR_SCORE in spec 283 ? Is it my mistake, or is there some other spec ? > >> >> Is there a tutorial about plain text search with jackrabbit ? > > You can take a look at the specs (170/283) : the search part is pretty > well readable and explanatory > Please, a tutorial with some exemples and images :-) Thanks.
