LUCENE SAMPLES
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-17-2007 07:38 AM
Hi,
I want to use lucene query to search content from alfresco.
Can anybody give me some input for learning lucene?
If you share any example queries, it will be very helpful.
Thanks in advanceā¦
Ponson
I want to use lucene query to search content from alfresco.
Can anybody give me some input for learning lucene?
If you share any example queries, it will be very helpful.
Thanks in advanceā¦
Ponson
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-21-2007 05:34 AM
The wiki page on the Alfresco lucene language additions is a good start:
http://wiki.alfresco.com/wiki/Search
Also you could try enabling DEBUG logging in the web-client for the following class:
org.alfresco.web.bean.SearchContext
So in tomcat that means editing the log4j.properties file and adding this line:
log4j.logger.org.alfresco.web.bean.SearchContext=debug
Then when you use the Simple or Advanced Search in the web-client UI, it will output the generated Lucene query to the alfresco console. As you modify the search you will see the query change - hopefully that will help you learn how we do it
Thanks,
Kevin
http://wiki.alfresco.com/wiki/Search
Also you could try enabling DEBUG logging in the web-client for the following class:
org.alfresco.web.bean.SearchContext
So in tomcat that means editing the log4j.properties file and adding this line:
log4j.logger.org.alfresco.web.bean.SearchContext=debug
Then when you use the Simple or Advanced Search in the web-client UI, it will output the generated Lucene query to the alfresco console. As you modify the search you will see the query change - hopefully that will help you learn how we do it

Thanks,
Kevin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-24-2007 10:37 PM
The wiki page on the Alfresco lucene language additions is a good start:
http://wiki.alfresco.com/wiki/Search
Also you could try enabling DEBUG logging in the web-client for the following class:
org.alfresco.web.bean.SearchContext
So in tomcat that means editing the log4j.properties file and adding this line:
log4j.logger.org.alfresco.web.bean.SearchContext=debug
Then when you use the Simple or Advanced Search in the web-client UI, it will output the generated Lucene query to the alfresco console. As you modify the search you will see the query change - hopefully that will help you learn how we do it
Thanks,
Kevin
Or the other approach for those who don't have access to the logs but want to appear as MASTER of QUERIESā¦.. save the search and then go look at the XML file in the data dictionary.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-25-2007 03:59 AM
Hi Thanks for the immediate reply.
Regards,
Ponson.

Regards,
Ponson.
