Changes between Version 1 and Version 2 of LuceneSail
- Timestamp:
- 02/13/06 11:13:11 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LuceneSail
v1 v2 24 24 There is a textQuery(String) method which returns Lucene Hits objects. 25 25 26 It is also possible to use "magic" predicates in Serql queries. For example: 27 28 SELECT X FROM {X} <http://something/matches> {} <http://something/query> {\"java\"} 29 30 this will return any X that has some field indexed with the word "Java". 31 32 Soon I expect that Sparql will also be supported. But not in time for Beta0.9. 33 34