You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Christian Schuster <Ch...@edv-konzepte.com> on 2004/04/06 16:48:16 UTC

broken db?

Hi,

what can be the reason if a correctly stored document can't be found?
Do tools exist that examine and repair a database?
Actually I use Xindice 1.1b3 embedded.

<Person>
  <Name>test</Name>
  <Firma>
    <FirmaID>1cbac12c68351506000000fba55a088f</FirmaID>
  </Firma>
</Person>

The following XPathQuery works:
/Person[Name='test']

And this one doesn't work, although it does for hundreds of other documents:
/Person[//FirmaID='1cbac12c68351506000000fba55a088f']


Indexers have been added some time ago (using Xindice 1.0):
call xindiceadmin add_indexer -c /db/plunet/person  -n nameindex -p Name
call xindiceadmin add_indexer -c /db/plunet/person  -n firmaindex -p FirmaID


thanks for Your time,
  Christian