After uploading text-files via WebDAV they appear in Alfresco as expected. When I search for content - nothing is found. Searching for title-words finds the docs. Does WebDAV-upload not index the content of files?
Importing the same documents from Alfresco makes them indexed as normal and their content can be found.
Tested with pdf's also - same result. Tomcat5 shows no errors in its console. Can anybody tell me the location (if at logged at all) of the indexer-logs? Maybe there is someting in…
Webdav uses the same process to add files to the repository as the web client so there's no reason for the content not be indexed.
You'll find the index files lucene produces under the alf_data folder. The location of this is dependent on where you set it to be in your custom repository.properties file.
If you didn't set this property you should find the alf_data folder under the appserver's bin directory.