You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Tristan <su...@gmail.com> on 2014/08/04 23:41:52 UTC

[ALFRESCO] - lucene indexing

not sure if i'm in the right place but, looking for help with lucene
indexing in alfresco.

It looks like indexing is turned on however, i'm specifically having issues
with not being able to query values on a custom property in a custom model.
I added the index enable on the field but, i get no results back querying
on that field. works if i look for IS NULL on that field so I know it knows
what the field is but, it's not storing the value to query off of. It
essentially thinks the field is null. Any ideas?

Thanks ahead

                <property name="i3b:batchFolder:queue">
                    <title>Queue</title>
                    <type>d:text</type>
                    <default>Unidentified</default>
                    <index enabled="true">
                        <atomic>true</atomic>
                        <stored>true</stored>
                        <tokenised>true</tokenised>
                    </index>
                </property>


2014-08-04 14:55:40,582  INFO  [node.index.FullIndexRecoveryComponent]
[main] Index recovery started: 28 transactions.
2014-08-04 14:55:40,589  INFO  [node.index.FullIndexRecoveryComponent]
[main]   10 % complete.
2014-08-04 14:55:41,002  INFO  [node.index.FullIndexRecoveryComponent]
[main]   20 % complete.
2014-08-04 14:55:41,002  INFO  [node.index.FullIndexRecoveryComponent]
[main]   30 % complete.
2014-08-04 14:55:41,003  INFO  [node.index.FullIndexRecoveryComponent]
[main]   40 % complete.
2014-08-04 14:55:41,003  INFO  [node.index.FullIndexRecoveryComponent]
[main]   50 % complete.
2014-08-04 14:55:41,003  INFO  [node.index.FullIndexRecoveryComponent]
[main]   60 % complete.
2014-08-04 14:55:41,003  INFO  [node.index.FullIndexRecoveryComponent]
[main]   70 % complete.
2014-08-04 14:55:59,480  INFO  [node.index.FullIndexRecoveryComponent]
[main]   80 % complete.
2014-08-04 14:55:59,488  INFO  [node.index.FullIndexRecoveryComponent]
[main]   90 % complete.
2014-08-04 14:55:59,795  INFO  [node.index.FullIndexRecoveryComponent]
[main]   100 % complete.
2014-08-04 14:55:59,997  INFO  [node.index.FullIndexRecoveryComponent]
[main] Index recovery completed.
2014-08-04 14:56:00,026  INFO  [node.index.AVMFullIndexRecoveryComponent]
[main] Rebuilding indexes for 1 AVM Stores
2014-08-04 14:56:00,026  INFO  [node.index.AVMFullIndexRecoveryComponent]
[main]     Rebuilding index for sitestore
2014-08-04 14:56:00,100  INFO  [node.index.AVMFullIndexRecoveryComponent]
[main]   Reindex   100% complete
2014-08-04 14:56:00,100  INFO  [node.index.AVMFullIndexRecoveryComponent]
[main] Finished rebuilding indexes for AVM Stores
2014-08-04 14:56:00,188  INFO  [repo.admin.ConfigurationChecker] [main] The
Alfresco root data directory ('dir.root') is: /data/dms