Im using lucenesail to index a rtf document, and i've come to the
phase where I'd like to start presenting things. I thought about using
Glazed lists, like i am already using in another part of the program,
to filter list cells.
Since the rdf has about 110000 items, and they aren't in memory
anyway, I'd like to use a minimum limit on queries something like
string.trim() >= 4.
Larger requests wouldn't query the file database again, since then
things would be cached.
Two things have me scratching my head:
1) Where can i put that query limitation. The
TextComponentMatcherEditor has no such fine tuning options. I must
subclass it no?
2) I need somewhere to query and cache. CacheList looks scary, any
tutorial about using it?
3) Should i just delete the cache when the query becomes invalid/incomplete ?
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...