The Artima Developer Community
Sponsored Link

Java Buzz Forum
Lucene Date Searching

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
Lucene Date Searching Posted: Apr 16, 2007 6:46 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Max Zone.
Original Post: Lucene Date Searching
Feed Title: dzone.com: java
Feed URL: http://feeds.dzone.com/dzone/java
Feed Description: dzone.com: fresh java links for developers
Latest Java Buzz Posts
Latest Java Buzz Posts by Max Zone
Latest Posts From dzone.com: java

Advertisement
We've been using Lucene, the popular Open Source search engine, on our recent projects. We're pretty happy overall, but had some problems as well. We've inherited and a pretty interesting architecture built around slicing and dicing XML, putting the results into a Lucene index and then deploying the index to our various application servers. We don't use our index for free-text searches; we use it for "parametric" searches. Parametric searches are equivalent to "where" clauses in SQL. We have lots of use-case specific variations, such as "type:blog subcategory:${blog-name}" or "in_archive:yes category:news." We also have a homegrown filter that automatically tacks on standard parameters such as date-range filtering to make sure that results are "live".

Read: Lucene Date Searching

Topic: links for 2007-04-12 from PeopleOverProcess.com Previous Topic   Next Topic Topic: Google Developer Day - Worldwide - May 31, 2007

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use