Re: About loading lazily

2010-05-23 Thread Shaun Senecal
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

About loading lazily

2010-05-23 Thread 罗磊
Hi: Can you give me some details about loading lazily? What happens when I load fields lazily? Thanks in advance Luo Lei

RE: Implementing Analyzer with Pling Stemmer

2010-05-23 Thread Uwe Schindler
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

Implementing Analyzer with Pling Stemmer

2010-05-23 Thread Xaida
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

Searching for a strict prefix

2010-05-23 Thread Shlomy Reinstein
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

Free Webinar: Implementing Solr open source search in a .NET and DBMS environment; Thurs 27 May 13:00 GMT (9a EDT)

2010-05-23 Thread Erik Hatcher
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