You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guos
changed the title
Anyway to support TextTagField and TextField GraterThan, LessThan or CompareTo
Support TextTagField and TextField GraterThan, LessThan or CompareTo
Nov 28, 2024
@bsbodden Sorry to trouble you ,
any way to achive field> string
-------------------------obj as
@document
Comments{
@id
String comId;
.........................
}
-------------------------want something like sql where com_id>'xxx' for string field
entityStream.of(Comments.class).filter(e-> (Comments$.COM_ID.gt("100000003"))).collect(Collectors.toList());
checked ,
ExampleMatcher,TextTagField ,TextField
also try something in RedisDocumentRepository
List findByComIdGreaterThan(String comId);
but they are not working
The text was updated successfully, but these errors were encountered: