
Warren.Master at jpmorgan
Dec 7, 2001, 2:36 PM
Post #3 of 3
(371 views)
Permalink
|
some thoughts: It would be nice to have a META data driven tag that can Index (add/update/delete) Documents. Fields and how their data is retrieved (Strings,Streams) would be defined in the Meta data. A TAG for Searching would be nice too. This Tag should have a Hits Cache (with cache manager) to allow Hits to be sorted and the results can be reused when paging results so you would not have to re-submit the query (not that is't slow to do that) ie) HitsToken=SEARCH(String) GetRows(HistsTokem,1,25) Hit NEXT GetRows(HistsTokem,26,50) ..... ReleaseCache(HitsToken) in cases when release is not called the cache Manager would have a fixed Cache Size which could recycle FIFO when cache is full. warren Doug Cutting <DCutting [at] grandcentral> on 12/07/2001 12:29:16 PM Please respond to "Lucene Users List" <lucene-user [at] jakarta> To: "'Lucene Users List'" <lucene-user [at] jakarta> cc: Subject: RE: suggestion Can you provide some examples of tags that you think would be useful? Would you like to implement these? Doug > -----Original Message----- > From: YMikulski [mailto:YMikulski [at] infonet] > Sent: Friday, December 07, 2001 7:50 AM > To: users LUCENE > Subject: suggestion > > > Hello! > I like to suggest making jsp custom tags to work with LUCENE. > I think it can be useful for many LUCENE users. > What do you think about it? > Is it interesting to LUCENE users and committers at all? > > Best Regards, > Yauheny Mikulski. > > P.S. > Please, don't redirect me to Jakarta Taglibs. > My library is almost ready, and I've suggested it at Jakarta > Taglibs, but > there is still no reply from committers. > > I think, the project committers are engaged in their taglibs, > and they are interested in implementation of their taglibs only. > > > > > -- > To unsubscribe, e-mail: > <mailto:lucene-user-unsubscribe [at] jakarta> > For additional commands, e-mail: > <mailto:lucene-user-help [at] jakarta> > -- To unsubscribe, e-mail: < mailto:lucene-user-unsubscribe [at] jakarta> For additional commands, e-mail: < mailto:lucene-user-help [at] jakarta> -- To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe [at] jakarta> For additional commands, e-mail: <mailto:lucene-user-help [at] jakarta>
|