Hi,

thank you for your feedback, this has already been fixed, please check out the 
latest version.

Jiri

 

 

 

From: Rustem Alimov [mailto:arka...@gmail.com] 
Sent: Tuesday, September 07, 2010 12:09 PM
To: clucene-developers@lists.sourceforge.net
Subject: Re: [CLucene-dev] Span Queries have been ported

 

Hi!

src/core/CLucene/search/spans/NearSpansOrdered.cpp

bool NearSpansOrdered::shrinkToAfterShortestMatch() Line 209

for( size_t i = subSpansCount - 2; i >= 0; i-- )

size_t - is unsigned type and i >= 0 - bad condition

2010/9/1 Šplíchal Jiří <splic...@tovek.cz>

I have just pushed  SpanQuery implementation and its basic tests in to the 

jiri-working branch.

 

It would great if you could test it so that it can be merged into the current 
HEAD.

The advanced tests will follow soon.

 

Jiri 

 

PS: Which branch should I merge into my working branch in order to use your 
latest

changes?


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

 

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to