Microsoft
Software
Hardware
Network
Question : Help with Lucene query in Alfresco
I’m trying to write a query that will give me a resultset of assets (in XML) that have a particular word somewhere in the metadata. The query seems to be returning all the assets.
My query: +@abc\:lifeCycleState:"Pub
lished" +TYPE:"{
http://www.abc.org
/edcar/mod
el/1.0
}ass
et" and TEXT:"spiders"
Answer : Help with Lucene query in Alfresco
start with a simple query and build on it one clause at a time.
Random Solutions
Swap text on web page without reload (Javascript)
ASP.NET and jQuery UI widgets don't work together
Best method switching Treo's ActiveSync from one Exchange to another
Socket Programming - Problem with size of files received on Listening Server
remove all the constraint of the tables
Javascript date calculation -- year isn't changing
Delete from table based on full-row results of subquery
Kill All MySQL Sleeping Connections
Conversion of varchar(255) to Datetime
Using DLookup in VBA code on Access Form