Opened 13 years ago

Closed 13 years ago

#485 closed enhancement (fixed)

Search / add search service which does not use XSL or DB - Lucene only

Reported by: fxp Owned by: fxp
Priority: major Milestone: v2.7.0
Component: General Version: v2.6.3
Keywords: Cc:

Description

Current search services (xml.search or main.search) go through

  • Lucene search
  • (Optional) DB
  • XSL

This service (named "q"), only use Lucene index and dump the index content (Stored field) in the results. The main advantage is: much better performance. The main issue: it does not provide the same level of information (need to store more structured information in the index)

Change History (1)

comment:1 by fxp, 13 years ago

Resolution: fixed
Status: newclosed

Committed revision 7520.

Note: See TracTickets for help on using tickets.