<<O>>  Difference Topic Perl (r1.4 - 12 Dec 2005 - ChrisJones)

META TOPICPARENT TechStuff

Plucene (MAX_FIELD_LENGTH)

Line: 20 to 20

As an aside, I found an online version of the Porter Stemming algorithm. I'm not sure if the standard analyser in plucene is using this algorithm, but it's interesting to enter words with apostrophes. It certainly shows the importance of using the same analyser for both index creation and query parsing.

Added:
>
>

Search and replace in multiple files:

perl  -e 's/gopher/World Wide Web/gi'  -p  -i.bak  *.html

link

View topic | Diffs | r1.4 | > | r1.3 | > | r1.2 | More
Revision r1.3 - 12 Jul 2005 - 18:35 - ChrisJones
Revision r1.4 - 12 Dec 2005 - 15:06 - ChrisJones