RE: [fw-general] Zend Search Lucene demo - first Text field not searchable

2007-09-23 Thread Alexander Veremyev
Hi Markus,

Wildcard queries and range queries support is done, but not included into 
mini-releases since they are intended for bug fixes and non-significant 
changes. 
It's planned to include wildcard queries support into ZF 1.1.  Use SVN version 
or latest snapshot before that.

With best regards,
   Alexander Veremyev.

> -Original Message-
> From: Markus Fischer [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, September 23, 2007 9:25 AM
> To: Alexander Veremyev
> Cc: fw-general@lists.zend.com
> Subject: Re: [fw-general] Zend Search Lucene demo - first 
> Text field not searchable
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi,
> 
> Alexander Veremyev wrote:
> > Just checked this in my environment. Works as expected.
> > 
> > Could you give a result of the following code:
> > --
> > $query = Zend_Search_Lucene_Search_QueryParser::parse('path:co*');
> 
> I throught wildcard queries weren't supported ... ?
> 
> thanks,
> - - Markus
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFG9fiz1nS0RcInK9ARAsjEAKDGtak2wLhLnYR0UJMtuO/YtSX70gCgrJHa
> Q664PE9eYnZ+6Hio3KrB4Ik=
> =u4xt
> -END PGP SIGNATURE-
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition. 
> Version: 7.5.488 / Virus Database: 269.13.28/1023 - Release 
> Date: 22.09.2007 13:27
>  
> 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.28/1023 - Release Date: 22.09.2007 
13:27
 


Re: [fw-general] Zend Search Lucene demo - first Text field not searchable

2007-09-22 Thread Markus Fischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Alexander Veremyev wrote:
> Just checked this in my environment. Works as expected.
> 
> Could you give a result of the following code:
> --
> $query = Zend_Search_Lucene_Search_QueryParser::parse('path:co*');

I throught wildcard queries weren't supported ... ?

thanks,
- - Markus
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG9fiz1nS0RcInK9ARAsjEAKDGtak2wLhLnYR0UJMtuO/YtSX70gCgrJHa
Q664PE9eYnZ+6Hio3KrB4Ik=
=u4xt
-END PGP SIGNATURE-


RE: [fw-general] Zend Search Lucene demo - first Text field not searchable

2007-09-21 Thread Alexander Veremyev
Just checked this in my environment. Works as expected.

Could you give a result of the following code:
--
$query = Zend_Search_Lucene_Search_QueryParser::parse('path:co*');

echo $query->__toString() . "\n";
echo $query->rewrite($index)->__toString() . "\n";
echo $query->rewrite($index)->optimize($index)->__toString() . "\n";
-

With best regards,
   Alexander Veremyev.

> -Original Message-
> From: hhege [mailto:[EMAIL PROTECTED] 
> Sent: Friday, September 21, 2007 8:02 PM
> To: fw-general@lists.zend.com
> Subject: [fw-general] Zend Search Lucene demo - first Text 
> field not searchable
> 
> 
> Using the ZSL indexing demo with CreateIndex (4/5/07) and 
> search-index.php (11/15/06), I am searching the "contents" 
> and "modified" fields successfully, but having trouble 
> searching the "path" field. The "path"
> field displays in the search output, but it does not seem to 
> be searchable in the usual ways, such as "path:*", 
> "path:*indexsource*", etc.. 
> 
> I believe this may be an addField problem with the first 
> "Text" field in an index. Because, I added Text field "path2" 
> to the demo, and "path2" appears to be functioning normally. 
> --
> View this message in context: 
> http://www.nabble.com/Zend-Search-Lucene-demo---first-Text-fie
> ld-not-searchable-tf4497036s16154.html#a12824622
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition. 
> Version: 7.5.487 / Virus Database: 269.13.27/1020 - Release 
> Date: 20.09.2007 12:07
>  
> 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.487 / Virus Database: 269.13.27/1020 - Release Date: 20.09.2007 
12:07