trep / opentrep

Open Travel Request Parser
https://trep.github.io/opentrep
GNU Lesser General Public License v2.1
11 stars 5 forks source link

Add Xapian indexing function in Python extension (pyopentrep) #15

Open da115115 opened 4 years ago

da115115 commented 4 years ago

The Python extension pyopentrep.py script does not contain any Xapian indexing function yet. Hence, Xapian indexing still needs to be performed by the C++ binary (opentrep-indexer).

A Xapian indexing function should therefore be added to pyopentrep.py.