<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-xapian/xapian, branch master</title>
<subtitle>Guile bindings for Xapian</subtitle>
<id>http://git.systemreboot.net/guile-xapian/atom?h=master</id>
<link rel='self' href='http://git.systemreboot.net/guile-xapian/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/'/>
<updated>2024-05-07T22:48:24+00:00</updated>
<entry>
<title>xapian: Document parse-query.</title>
<updated>2024-05-07T22:48:24+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-07T22:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=e5fc9a891a369d77eeeaa82162551f6a4ffc5fc5'/>
<id>urn:sha1:e5fc9a891a369d77eeeaa82162551f6a4ffc5fc5</id>
<content type='text'>
* xapian/xapian.scm (parse-query): Add docstring.
</content>
</entry>
<entry>
<title>xapian: Support common query parser flags.</title>
<updated>2024-05-07T22:48:24+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-07T22:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=551f6bea36c0f3f4f44667998f29ebdd0c3bb1bf'/>
<id>urn:sha1:551f6bea36c0f3f4f44667998f29ebdd0c3bb1bf</id>
<content type='text'>
* xapian/xapian.scm (parse-query): Add boolean?, phrases?, love-hate?,
any-case-boolean?, wildcard? flags.
</content>
</entry>
<entry>
<title>xapian: Accept boolean prefixes in parse-query.</title>
<updated>2024-05-07T22:13:41+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-07T22:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=99cc1a52fd7f5efdede86e3d5f2df5c7ec57a0d5'/>
<id>urn:sha1:99cc1a52fd7f5efdede86e3d5f2df5c7ec57a0d5</id>
<content type='text'>
* xapian/xapian.scm (parse-query): Accept boolean prefixes.
</content>
</entry>
<entry>
<title>xapian: Accept range processors in parse-query.</title>
<updated>2024-05-07T22:10:01+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-07T22:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=921ae11562125cd1ea83e45f4c9a0f0b29bf01f7'/>
<id>urn:sha1:921ae11562125cd1ea83e45f4c9a0f0b29bf01f7</id>
<content type='text'>
* xapian/xapian.scm (parse-query): Accept range processors.
</content>
</entry>
<entry>
<title>xapian: Wrap DateRangeProcessor.</title>
<updated>2024-05-04T00:39:14+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-04T00:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=5f5b155eb0774a0e27b8fc68ca16ab8a9dfb4d8d'/>
<id>urn:sha1:5f5b155eb0774a0e27b8fc68ca16ab8a9dfb4d8d</id>
<content type='text'>
* xapian/xapian.scm (prefixed-date-range-processor,
suffixed-date-range-processor): New public functions.
</content>
</entry>
<entry>
<title>xapian: Wrap RangeProcessor.</title>
<updated>2024-05-04T00:39:14+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-03T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=9a82c0ceb9824960ec8f9c560af8dad67afb0517'/>
<id>urn:sha1:9a82c0ceb9824960ec8f9c560af8dad67afb0517</id>
<content type='text'>
* xapian.i.in (GuileXapianRangeProcessorWrapper): New class.
* xapian/xapian.scm (prefixed-range-processor,
suffixed-range-processor): New public functions.
</content>
</entry>
<entry>
<title>xapian: Wrap new-Query.</title>
<updated>2024-05-03T23:07:13+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-03T21:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=5763f0c9a713c8627a8e9b801a3cfd24b68ab171'/>
<id>urn:sha1:5763f0c9a713c8627a8e9b801a3cfd24b68ab171</id>
<content type='text'>
* xapian/xapian.scm (query): New public function.
</content>
</entry>
<entry>
<title>xapian: Wrap FieldProcessor.</title>
<updated>2024-05-03T23:07:08+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2024-05-03T21:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=ec7e7a9eabe210e1a75eeeb68f45dc1d6e5a7731'/>
<id>urn:sha1:ec7e7a9eabe210e1a75eeeb68f45dc1d6e5a7731</id>
<content type='text'>
* xapian.i.in (GuileXapianFieldProcessorWrapper): New class.
* xapian/xapian.scm (field-processor): New public function.
</content>
</entry>
<entry>
<title>xapian: Return list from inner lambda in mset-sxml-snippet.</title>
<updated>2023-11-16T20:02:56+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-11-16T20:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=c7d8eddd64d5f12bff2ec690b44424d23cf3479f'/>
<id>urn:sha1:c7d8eddd64d5f12bff2ec690b44424d23cf3479f</id>
<content type='text'>
* xapian/xapian.scm (mset-sxml-snippet): Consistently written list
from inner lambda.
</content>
</entry>
<entry>
<title>xapian: Reorder incorrect order of arguments to mset-snippet.</title>
<updated>2023-11-16T20:00:38+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-11-16T20:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-xapian/commit/?id=0e4677e095c8ac89bb3570fb9c737bd92663890a'/>
<id>urn:sha1:0e4677e095c8ac89bb3570fb9c737bd92663890a</id>
<content type='text'>
* xapian/xapian.scm (mset-sxml-snippet): Reorder arguments passed to
mset-snippet.
</content>
</entry>
</feed>
