From a7dfaa9b2685acdf86ce9ecca6949c371a95a79a Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 23 Apr 2012 00:10:55 +0000 Subject: [PATCH] clean up anchor spaces in demo git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329003 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/demo/src/java/overview.html | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lucene/demo/src/java/overview.html b/lucene/demo/src/java/overview.html index 8bccf8e2a62..89c0e679e40 100644 --- a/lucene/demo/src/java/overview.html +++ b/lucene/demo/src/java/overview.html @@ -24,31 +24,31 @@

Apache Lucene - Building and Installing the Basic Demo

- +

About this Document

This document is intended as a "getting started" guide to using and running the Lucene demos. It walks you through some basic installation and configuration.

- +

About the Demo

The Lucene command-line demo code consists of an application that demonstrates various functionalities of Lucene and how you can add Lucene to your applications.

- +

Setting your CLASSPATH

First, you should lucene-queryparser-{version}.jar, respectively.

Put all four of these files in your Java CLASSPATH.

- +

Indexing Files

Once you've gotten this far you're probably itching to go. Let's build an @@ -84,15 +84,15 @@ You'll see that the Lucene developers are very well mannered and get no results. Now try entering the word "string". That should return a whole bunch of documents. The results will page at every tenth result and ask you whether you want more results.

- -

About the Code

+ +

About the code

In this section we walk through the sources behind the command-line Lucene demo: where to find them, their parts and their function. This section is intended for Java developers wishing to understand how to use Lucene in their applications.

- +

Location of the source

The files discussed here are linked into this documentation directly: @@ -102,7 +102,7 @@ applications.

- +

IndexFiles

As we discussed in the previous walk-through, the

- +

Searching Files

The