Changes between Version 1 and Version 2 of LuceneSail


Ignore:
Timestamp:
02/13/06 11:13:11 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LuceneSail

    v1 v2  
    2424There is a textQuery(String) method which returns Lucene Hits objects. 
    2525 
     26It is also possible to use "magic" predicates in Serql queries. For example: 
     27 
     28SELECT X FROM {X} <http://something/matches> {} <http://something/query> {\"java\"}  
     29 
     30this will return any X that has some field indexed with the word "Java". 
     31 
     32Soon I expect that Sparql will also be supported. But not in time for Beta0.9. 
     33 
     34