Skip to content

Instantly share code, notes, and snippets.

@mkash32
Created April 20, 2016 20:30
Show Gist options
  • Save mkash32/02738d9e08648b8093195a1a314e344e to your computer and use it in GitHub Desktop.
Save mkash32/02738d9e08648b8093195a1a314e344e to your computer and use it in GitHub Desktop.
mkash32@aakash-HP-Pavilion:~/Documents/Projects/xapian-docsprint$ make clean html SPHINXOPTS=-tjava JAVA_BINDINGS_DIR=~/Documents/Projects/xapian/xapian-bindings/java/built/
rm -rf _build/*
rm -rf db statesdb
rm -f code/python/*.pyc
sphinx-build -b html -q -d _build/doctrees -tjava . _build/html
*** No output file code/java/index1.java.out in language java - patches welcome!
*** No output file code/java/index1.java.out in language java - patches welcome!
*** No output file code/java/index1.java.out in language java - patches welcome!
*** No output file code/java/index1.java.out in language java - patches welcome!
*** No output file code/java/index1.java.out in language java - patches welcome!
*** No output file code/java/index1.java.out in language java - patches welcome!
--- code/java/search1.java.db_title=3asunwatch.tmp 2016-04-21 01:56:24.735933807 +0530
+++ code/java/search1.java.out 2016-04-21 01:55:06.379930265 +0530
@@ -1 +1,2 @@
1: #001 Ansonia Sunwatch (pocket compas dial)
+INFO:xapian.search:'title:sunwatch'[0:10] = 1
$ javac code/java/search1.java
java search1 db title:sunwatch
vimdiff code/java/search1.java.db_title=3asunwatch.tmp code/java/search1.java.out
--- code/java/search1.java.db_description=3a=5c=22leather_case=5c=22_AND_title=3asundial.tmp 2016-04-21 01:56:25.643933848 +0530
+++ code/java/search1.java.out 2016-04-21 01:55:06.379930265 +0530
@@ -1,2 +1,2 @@
-1: #023 Description of the Chronograph, given by Mr
-2: #055 Silver altitude sundial in leather case
+1: #001 Ansonia Sunwatch (pocket compas dial)
+INFO:xapian.search:'title:sunwatch'[0:10] = 1
$ javac code/java/search1.java
java search1 db description:\"leather case\" AND title:sundial
vimdiff code/java/search1.java.db_description=3a=5c=22leather_case=5c=22_AND_title=3asundial.tmp code/java/search1.java.out
*** No output file code/java/index1.java.out in language java - patches welcome!
*** No output file code/java/index1.java.out in language java - patches welcome!
--- code/java/search1.java.db_watch.tmp 2016-04-21 01:56:28.567933980 +0530
+++ code/java/search1.java.out 2016-04-21 01:55:06.379930265 +0530
@@ -1,7 +1,2 @@
-1: #004 Watch with Chinese duplex escapement
-2: #018 Solar/Sidereal verge watch with epicyclic maintaining power
-3: #013 Watch timer by P
-4: #033 A device by Favag of Neuchatel which enables a stop watch to
-5: #015 Ingersoll "Dan Dare" automaton pocket watch with pin-pallet
-6: #036 Universal 'Tri-Compax' chronographic wrist watch
-7: #046 Model by Dent of mechanism for setting hands and winding up
+1: #001 Ansonia Sunwatch (pocket compas dial)
+INFO:xapian.search:'title:sunwatch'[0:10] = 1
$ javac code/java/search1.java
java search1 db watch
vimdiff code/java/search1.java.db_watch.tmp code/java/search1.java.out
--- code/java/search1.java.db_Dent_watch.tmp 2016-04-21 01:56:29.379934017 +0530
+++ code/java/search1.java.out 2016-04-21 01:55:06.379930265 +0530
@@ -1,4 +1,2 @@
-1: #046 Model by Dent of mechanism for setting hands and winding up
-2: #094 Model of a Lever Escapement , 1850-1883
-3: #093 Model of Graham's Cylinder Escapement, 1850-1883
-4: #086 Model representing Earnshaw's detent chronometer escapement, 1950-1883
+1: #001 Ansonia Sunwatch (pocket compas dial)
+INFO:xapian.search:'title:sunwatch'[0:10] = 1
$ javac code/java/search1.java
java search1 db Dent watch
vimdiff code/java/search1.java.db_Dent_watch.tmp code/java/search1.java.out
/home/mkash32/Documents/Projects/xapian-docsprint/practical_example/indexing/writing_the_code.rst:13: WARNING: Include file u'/home/mkash32/Documents/Projects/xapian-docsprint/code/java/index1.java.out' not found or reading it failed
/home/mkash32/Documents/Projects/xapian-docsprint/concepts/search/search_limitations.rst:46: WARNING: unknown document: /advanced/remote
/home/mkash32/Documents/Projects/xapian-docsprint/index.rst:14: WARNING: toctree contains reference to document u'language_specific' that doesn't have a title: no link will be generated
*** No version of example postingsource in language java - patches welcome!
*** No version of example index_filters in language java - patches welcome!
*** No version of example search_filters in language java - patches welcome!
*** No version of example search_filters2 in language java - patches welcome!
*** No version of example index_facets in language java - patches welcome!
*** No version of example search_facets in language java - patches welcome!
*** No version of example index_ranges in language java - patches welcome!
*** No version of example search_ranges in language java - patches welcome!
*** No version of example index_ranges2 in language java - patches welcome!
*** No version of example search_ranges2 in language java - patches welcome!
*** No version of example search_sorting in language java - patches welcome!
*** No version of example search_sorting2 in language java - patches welcome!
*** No version of example index_values_with_geo in language java - patches welcome!
*** No version of example search_sorting3 in language java - patches welcome!
Exception KeyError: KeyError(47626589493888,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
Build finished. The HTML pages are in _build/html.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment