Displaying 1 result from an estimated 1 matches for "index1_states".
2016 Feb 15
3
Issues in Example code
...ython codes given at (
http://getting-started-with-xapian.readthedocs.org/en/latest/overview.html#datasets-and-example-code).
The following are the steps that I have performed.:
- Checked out the code at https://github.com/xapian/xapian-docsprint
-
- python index1.py ../../data/states.csv index1_states.py.db
-
- python search1.py index1_states.py.db/ Montana
However I am getting the following output:
INFO:xapian.search:'Montana'[0:10] =
Could you please help me with what I am missing or doing wrong because I am
not able to find the actual matches for Montana that is present in
dat...