On 09/07/2011 11:31 AM, Cadin Françoise wrote: > Hello, > > I've build my own XAR file to import pages from Oracle Database into Xwiki. > The importation is OK but the pages are never indexed by Lucene. Even if I > use the administration form and re-buil the index, it doesn't work. > If I create a new page directly in my Xwiki, it is indexed without any > problem. > What's wrong with the importation ? > I use the stand alone installation. > Thank you very much for help > Françoise Cadin
Are you sure the documents are not indexed, or maybe their content is not correctly tokenized. Try to search exactly for a document, for example searching for: fullname:Main.WebHome (replace with the name of an imported document) If the name contains spaces, put it in quotes: fullname:"The Space.The Document" -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
