When a field is lazy loaded, the actual value is not retrieved from
the server until it is rendered by the UI. This is the same behaviour
as the LiveView that ExtGWT currently supports. The difference is
that once a value has been retrieved once, LazyLoad will not fetch
that value from the server
Hi:
Can you give me some details about loading lazily? What happens when I load
fields lazily?
Thanks in advance
Luo Lei
Just look at the source code of PorterStemFilter.java and its corresponding
Analyzer in Lucene Java. Simply copy the code and replace the calls to stem
a String by the ones from this class. Depending on if your code
takes/returns String or char[], you have to modify the code a little bit
according
Hi guys!
for the purpose of my project professor has advised me I should use the
PlingStemmer to index the terms obtained from Lucene.
http://www.mpi-inf.mpg.de/yago-naga/javatools/doc/javatools/parsers/PlingStemmer.html
I see it is new approach and for sure I understand benefits of incorpora
Hi,
I have a Lucene index that contains source code tags (a tag can be any
named source code element - function, class, variable). Each document
contains a field with the tag name and some additional information.
I'd like to be able to perform strict prefix queries. E.g. if I have a
tag named "upd
I'd like to invite you to tune in to a great talk I saw at Apache
Lucene Eurocon (www.lucene-eurocon.org) this past week in Prague by Bo
Raun, of Nordjyske Medier. The talk was on how he discovered Solr and
introduced it successfully in an IT environment whose strategy
otherwise totally res