On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote:
So I've modified schema.xml to account for my lucene index.  I've created
a field type for my custom analyzer "text_lu", created fields for those in
my index, and changed the defaultSearchField.  The index I want to use is
in the data/index folder.

Now I want to use the admin page to query my old index.  I fill in the
Query text box and press the search button.  I recieve the following
message:
XML Parsing Error: syntax error

XML parsing isn't done during querying... so what this probably means
is that the schema.xml or solrconfig.xml has a problem and failed to
parse whe you started the server, hence the SolrCore even failed to
load.

When you try to execute a query, it tries to instantiate the SolrCore
and IndexSchema objects again, and fails again.

Look at the exceptions in your log file, and try to find the root exception.
The exception you posted suggests you might not have well-formed XML anymore.


-Yonik

Reply via email to