-
```
Searching for docments in the user workspace must use the XMLUI search catalog
instead of the Xapian search catalog in Bungeni (i.e. deprecate Xapian)
```
Original issue reported on code.google.…
-
```
Searching for docments in the user workspace must use the XMLUI search catalog
instead of the Xapian search catalog in Bungeni (i.e. deprecate Xapian)
```
Original issue reported on code.google.…
-
Currently this seems to somehow be implicitly done based on the fact of a language is given or not for the indexing. This sounds wrong because you need the language for the stemming of the Xapian Titl…
-
Since the really beginning - almost 15 years ago - we parse the HTML document in the writer based on [Xapian omindex](https://xapian.org/docs/omega/overview.html) code.
Unfortunately, because Omind…
-
In `xappy/fieldactions.py`, at line 144, is the following code:
```
serialiser = xapian.StringListSerialiser(
doc.get_value(fieldname, 'facet'))
serialiser.append(value)
```
The `xap…
-
thanks for this flatpak! this is so great
i could not understand how to make mu work. If i try to load my local installation of mu, it seems the file is not found, which i bet is by design = sandbo…
-
```
Collecting xapian-bindings==0.1.0
#14 157.9 Downloading xapian-bindings-0.1.0.tar.gz (4.5 kB)
#14 157.9 Preparing metadata (setup.py): started
#14 170.1 Preparing metadata (setup.py): f…
-
```
При сборке из git branch master на 24 мая 2012 года qmake
&& make с указанными в README.RU.UTF8.txt библиотеками
выдают кучу ошибок по поводу Xapian. См. лог.
$ dpkg-query --showformat '${Name}…
-
Key is unique.
First case:
``` python
Foo.objects.filter(key="ABCD")
>> []
```
``` python
Foo.objects.filter(key="A")
>>[]
```
Second case (Xapian) , after doing rebuild_index:
``` python
sqs…
-
Implement a search engine that would index stored metadata/content.
Candidates:
- Xapian + python bindings (eg. xappy)
- Lucene