Hello all. Hopefully what is to follow makes some sense.
Here's what I'm trying to accomplish. I want to create a second full text
index separate from the current default ecm:fulltext. I thought I saw remarks
in a JIRA ticket that functionality was implemented to accomplish just that and
I believe is in 5.3.0 so I thought I'd give it a go. I wanted a separate
fulltext bucket away from the regular ecm:fulltext (I want one bucket for
everything, and I want another bucket for a smaller dataset like say "title")
What I've done so far is put text in the repository-config.xml similar to the
what is shown on the bottom of the message. When Nuxeo is started, the 3 full
text columns get created for title and show up in the table FULLTEXT, but Nuxeo
never creates the index to enable fulltext services in Oracle (as is apparently
done for FULLTEXT.FULLTEXT) Then what happens is that when I attempt a query,
Oracle complains that the column is not indexed for full text searching. Is
there something from the XML below that I'm missing, or are there another set
of XML files that I need to create to make this work? It wasn't entirely clear
from neither the documentation, nor the source code exactly what is needed to
make this second index work. Any assistance would be appreciated. Again I
hope all this makes sense. Thanks in advance!
SeanB.
<component name="default-repository-config">
<extension target="org.nuxeo.ecm.core.repository.RepositoryService"
point="repository">
<repository name="default"
factory="org.nuxeo.ecm.core.storage.sql.coremodel.SQLRepositoryFactory">
<repository name="default">
</schema>
<indexing>
<fulltext>
<index name="title">
<field>dc:title</field>
</index>
</fulltext>
</indexing>
<xa-datasource>
--
Posted by "seanbarenz" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread:
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3214#9569>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm