Hi,
I reindex my publication and for authoring the search run ok, but when I
pass to live view my search result is o hits.
This is my lucene_index.xml:
<indexes>
<index directory="lenya/pubs/PINTUREX/work/lucene/index/live/index"
id="PINTUREX-live">
<structure>
<field id="url" type="keyword"/>
<field id="title" storetext="true" type="text"/>
<field id="description" storetext="true" type="text"/>
<field id="subject" storetext="true" type="keyword"/>
<field id="body" storetext="true" type="text"/>
</structure>
</index>
<index directory="lenya/pubs/PINTUREX/work/lucene/index/authoring/index"
id="PINTUREX-authoring">
<structure>
<field id="url" type="keyword"/>
<field id="title" storetext="true" type="text"/>
<field id="description" storetext="true" type="text"/>
<field id="subject" storetext="true" type="keyword"/>
<field id="body" storetext="true" type="text"/>
</structure>
</index>
<index directory="lenya/pubs/PINTUREX/work/lucene/index/trash/index"
id="PINTUREX-trash">
<structure>
<field id="url" type="keyword"/>
<field id="title" storetext="true" type="text"/>
<field id="description" storetext="true" type="text"/>
<field id="subject" storetext="true" type="keyword"/>
<field id="body" storetext="true" type="text"/>
</structure>
</index>
<index directory="lenya/pubs/PINTUREX/work/lucene/index/archive/index"
id="PINTUREX-archive">
<structure>
<field id="url" type="keyword"/>
<field id="title" storetext="true" type="text"/>
<field id="description" storetext="true" type="text"/>
<field id="subject" storetext="true" type="keyword"/>
<field id="body" storetext="true" type="text"/>
</structure>
</index>
</indexes>
I think that I only reindex my authoring area because in my
work/lucene/index/live/index only a file named segment, but how can I index
my live area?
Any idea, thanks.
--
View this message in context:
http://www.nabble.com/Re-Index-live-publication-tp23294394p23294394.html
Sent from the Lenya - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]