cancel
Showing results for 
Search instead for 
Did you mean: 

Pagination using lucene query

yogeshkumar
Champ in-the-making
Champ in-the-making
Hi,

is it possible to do fetch the needed index by passing the value to the query?

Query query1 =  new Query(Constants.QUERY_LANG_LUCENE,"TYPE:\"{http://www.alfresco.org/model/content/1.0}content\" AND @\\{http\\://www.alfresco.org/model/content/1.0\\}name:Web Services sample*");

Consider this  query is giving results =14

Using the query I need to fetch only the documents from 5-10 instead of 14, is it possible to fetch the same like?

Thanks,
Yogeshkumar.S
3 REPLIES 3

jeyaa
Champ in-the-making
Champ in-the-making
Hi I am also having the same problem. Did u find the answer?

yogeshkumar
Champ in-the-making
Champ in-the-making
Any updates on this?

jeyaa
Champ in-the-making
Champ in-the-making
No I didn't find any solution on this