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

Reply via email to