I'm sure this is is easy but couldn't find a simple answer.
If I have 'XXXX2000' in an index and I search '01022000' how can I accept that as a partial match, whereby the more of the word that matches the higher the score.
For example there could also be 01XX2000 stored, so here the match would be higher.
Requirements change means I need to revisit this. The date in question I can split onto the three indexes or combine. With this in mind, what is the best way to do:
DOB_full = "10102000" or DOB_YearMonth = "102000" or DOB_Year = "2000"
and for a bonus point a means to weigh/boost them differently.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.