Originally posted by Emmanuel Bernard:
A full-text search is all about searching strings but you can often find a string representation for a datab structure that makes sense for example date in absolute format.
Hibernate Search does support amost java types form the JDK and lets you write custom bridges to convert a structure into a string representation indxed into Lucene. chatper 4 covers Bridges.
A few examples:
- reads a byte[] representing the PDF, extract the text and index it
- read a MS Word file from a URL, extract the text and index it
- take a Map and store it in a way that makes search easier for you
Originally posted by John Griffin:
Don,
No, in the strictest sense it does not. It provides the ability to do extensible full text search against a database. That's what it was designed to do and that what it does well.
Hope this helps.
John G
Originally posted by Tim Holloway:
Actually, I've seen more bleeding of development into the quick-and-dirty development frameworks like RoR and Django than .Net..
Originally posted by Tim Holloway:
What happens to Sun is immaterial. Unlike .Net, Java is independent enough of its owner that even if Sun went out of business this afternoon, Java would still be a viable platform.
We have more hardware horsepower and software than most of us really need. As a result, it has freed us to be more selective about what we use, and selective isn't a good thing for proprietary solutions providers.
Originally posted by Mark Herschberg:
When you see annual inflation above about 20-30% (and it sounds like his annual salary increases are higher than this), you approach hyperinflation which is even more destabilizing than a bubble. Hyperinflation means it's time consider alternatives to the currency.
Of course, according to the article India's inflation rate is 15% So over about 5 years that's around 100%; even accounting for increased in responsibility (i.e. pay grade) that's still a warning bell in my mind.
--Mark
Originally posted by Akhilesh Trivedi:
I was reading Java Web Services from O'reilly. It does talk in theory of SOAP but hard to move the first step for practical. It would have been good if there was 20 % RMI & CORBA section before jumping to Web Service.
On the other hand, Apache axis has enough online documentation for 'how' part but doesnt satisfy for 'what ', 'why' and 'why not' part. Moreover the documentation has heavy terminologies, as a beginner i did suffer.