[Openstack-docs] [ops-guide] PDF font-family specification
David Cramer
david.cramer at rackspace.com
Mon May 13 19:06:37 UTC 2013
On 05/10/2013 10:24 PM, KATO Tomoyuki wrote:
> I got BUILD SUCCESS with 1.8.1-SNAPSHOT after removing ~/.m2/**/1.8.1-SNAPSHOT .
> It's O.K.
If you build a webhelp version, please add the following to the
appropriate <configuration> section of the pom:
<webhelpIndexerLanguage>ja</webhelpIndexerLanguage>
With that set, the search should work using an n-gram search strategy,
taking into account the fact that Japanese doesn't have spaces between
words to use when creating an index. So it looks for any sentence in
which that combination of characters occurs. Not perfect, but probably
the best you can do with a JavaScript-powered client-side search.
David
More information about the Openstack-docs
mailing list