Re: [basex-talk] Stopword-related NullPointerException (in FTWords.java)

2015-09-15 Thread Ron Katriel
Christian, Please ignore the report below. It was triggered by a syntax error in the query (in a section not shown below). The error message threw me off as it was unrelated. Thanks, Ron Ron Katriel, Ph.D. | Senior Data Scientist | Medidata Solutions 350 Hudson Street, 7th Floor, New York,

Re: [basex-talk] Unexpected error: Improper use? Potential bug?

2015-09-15 Thread Pierre-Yves JALLUD
Hi Christian, I hope your vacancies where beautiful and the return will not be too hard ;-) To answer to your questions, we use actually the 8.2.3 version... I will install the last snapshot version to see if the behavior is the same. For the second question, we have actually a version of BaseX

Re: [basex-talk] Database corruption

2015-09-15 Thread Christian Grün
Hi France, As you may have seen in my other reply to the mailing list, I have refactored our WebDAV implementation. Could you please give it a try [1]? Thanks, Christian [1] http://files.basex.org/releases/latest/ On Mon, Sep 14, 2015 at 12:31 PM, Christian Grün

Re: [basex-talk] Unexpected error: Improper use? Potential bug?

2015-09-15 Thread Christian Grün
> I hope your vacancies where beautiful and the return will not be too hard Thanks; both my vacation and my return was pretty pleasant, so I cannot complain so far ;) > To answer to your questions, we use actually the 8.2.3 version... I will > install the last snapshot version to see if the

Re: [basex-talk] Stopword-related NullPointerException (in FTWords.java)

2015-09-15 Thread Christian Grün
Thanks again. I isolated the problem, and I will try to provide a bug fix soon [1]. Best, Christian [1] https://github.com/BaseXdb/basex/issues/1192 On Mon, Sep 14, 2015 at 4:30 PM, Ron Katriel wrote: > Hi Christian, > > Thanks for following up on this. Please use the

Re: [basex-talk] Stopword-related NullPointerException (in FTWords.java)

2015-09-15 Thread Christian Grün
Hi Ron, The problem is fixed in the latest snapshot [1]. By the way: If you specify a stopword when creating a database, there is no need to specify it in the query. I have also updated our Wiki article on Full Text Index Processing to make this more explicit [2]. Hope this helps, Christian

Re: [basex-talk] Fwd: Re : Basex Query Optimization Support

2015-09-15 Thread Christian Grün
Hi Adi, How does your new code look like? How did you rewrite the collection function? Christian On Tue, Sep 15, 2015 at 12:48 PM, Adi Babu wrote: > Hi Martin, > I am working with collection data base only from starting on wards. Through > mail it is not possible to

Re: [basex-talk] Xquery collections

2015-09-15 Thread Marc
Hi Michele, Is it not because the following axis do'nt return the childrens? Do you try without the except to see if you have all your text()? Marc Le 04/09/2015 15:49, michele.gre...@email.it a écrit : Hi, i tried this xquery: for $e in db:open("dbName")//w:tc[.//text()="Nome"] return

Re: [basex-talk] Fwd: Re : Basex Query Optimization Support

2015-09-15 Thread Christian Grün
Hi Adi, I may not be up-to-date, as I expected you to send me an updated version of your XQuery code. Did you try what Martín suggested? Christian On Tue, Sep 15, 2015 at 1:19 PM, Adi Babu wrote: > Hai Chistian, > Please find the attachment sample piece of code. > >

Re: [basex-talk] Fwd: Re : Basex Query Optimization Support

2015-09-15 Thread Adi Babu
Hi Chirstian, I tried what Martin suggested. Please find the below is the sample code what I am using for creating collection. /* This method takes the xml files list as input and process the list Create the xml collection DB, adds xml to the collection if already exists replace it */ public

Re: [basex-talk] Stopword-related NullPointerException (in FTWords.java)

2015-09-15 Thread Ron Katriel
Hi Christian, I downloaded the latest release and confirmed the fix. Thanks for the quick turnaround! However, I am now getting a different (presumably unrelated) error Stopped at /Users/rkatriel/Documents/Data Science/Data

Re: [basex-talk] Different behavior with same query in BaseX 7.9 and 8.2.3

2015-09-15 Thread Antoine WOLF
Hello Christian, hello Dirk, Thank you for your quick answer and for the fix. We will update to the latest snapshot.  Best Regards, Antoine — Sent from Mailbox On Mon, Sep 14, 2015 at 4:41 PM, Christian Grün wrote: > Thanks Antoine, thanks Dirk, >

Re: [basex-talk] Fwd: Re : Basex Query Optimization Support

2015-09-15 Thread Adi Babu
Hi Martin, I am working with collection data base only from starting on wards. Through mail it is not possible to share the large collection db(more than 7GB) thats why I am sharing sample query(with xml doc but actually I am using collection only). I have tried all your suggestions in the trail