Re: [cfaussie] verity error

2012-02-06 Thread MrBuzzy
The migrating to Solr page shows the syntax differences (they don't use the 
type attribute for Solr);
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSCCDC2C74-DE46-4ea1-B42C-DDF4F623B704.html
 

As do the Solr examples;
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS82937B1B-240F-4850-B376-5FD9F911E5E5.html
 

HTH 



On 07/02/2012, at 15:22, Barry Chesterman  wrote:

> as MrBuzzy says, it looks like the type attribute is for verity only.
> Are you using verity and solr collections alongside each other?
> 
> On Tue, Feb 7, 2012 at 5:09 PM, Steve Onnis  wrote:
> I still want to Full text search which is why i left it in there
> 
>  
> 
> From: Barry Chesterman [mailto:barrychester...@gmail.com] 
> Sent: Tuesday, 7 February 2012 3:07 PM
> 
> 
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] verity error
>  
> 
> Is there a reason why you need to use Query By Example parser (natrual)?
> 
> It might be worth leaving the type attribute off altogether.
> 
>  
> 
> If you're having issues with coldfusions cfsearch tag to query a solr 
> collection, it's well worth learning how to query Solr directly (You have to 
> type a wee bit more and do more stuff but it gives you much more control over 
> what you're actually querying).
> 
>  
> 
> On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis  wrote:
> 
> The documentation does not say you  need to pass in an “engine” value into 
> the cfsearch tag though.
> 
>  
> 
> This is all i am doing
> 
>  
> 
>  criteria="#LCASE(ARGUMENTS.criteria)#" type="natural"  suggestions="always" 
> name="resultC" />
> 
>  
> 
> As i said, the collection is there as a solr type and the documentation does 
> not say anything about the “type” attribute being for verity only
> 
>  
> 
>  
> 
>  
> 
> From: Mark Mandel [mailto:mark.man...@gmail.com] 
> Sent: Tuesday, 7 February 2012 2:45 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] verity error
> 
>  
> 
> Sounds like you're trying to search a Solr collection with Verity.
> 
>  
> 
> Mark
> 
> On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis  wrote:
> 
> Has anyone seen this error?
> 
>  
> 
> Error executing query : unknown_handler_natural
> 
>  
> 
> It is a Solr collection. The collection created fine but i cant search it.
> 
>  
> 
> Steve
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> 
> 
> 
>  
> 
> -- 
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
> 
> 2 Devs from Down Under Podcast
> 
> http://www.2ddu.com/
> 
>  
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
>  
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Barry Chesterman
as MrBuzzy says, it looks like the type attribute is for verity only.
Are you using verity and solr collections alongside each other?

On Tue, Feb 7, 2012 at 5:09 PM, Steve Onnis  wrote:

> I still want to Full text search which is why i left it in there
>
> ** **
>
> *From:* Barry Chesterman [mailto:barrychester...@gmail.com]
> *Sent:* Tuesday, 7 February 2012 3:07 PM
>
> *To:* cfaussie@googlegroups.com
> *Subject:* Re: [cfaussie] verity error
>
> ** **
>
> Is there a reason why you need to use Query By Example parser (natrual)?**
> **
>
> It might be worth leaving the type attribute off altogether.
>
> ** **
>
> If you're having issues with coldfusions cfsearch tag to query a solr
> collection, it's well worth learning how to query Solr directly (You have
> to type a wee bit more and do more stuff but it gives you much more control
> over what you're actually querying).
>
> ** **
>
> On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis 
> wrote:
>
> The documentation does not say you  need to pass in an “engine” value into
> the cfsearch tag though.
>
>  
>
> This is all i am doing
>
>  
>
> * criteria="#LCASE(ARGUMENTS.criteria)#" type="natural"  suggestions="always"
> name="resultC" />*
>
> * *
>
> As i said, the collection is there as a solr type and the documentation
> does not say anything about the “type” attribute being for verity only****
>
>  
>
>  
>
>  
>
> *From:* Mark Mandel [mailto:mark.man...@gmail.com]
> *Sent:* Tuesday, 7 February 2012 2:45 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* Re: [cfaussie] verity error
>
>  
>
> Sounds like you're trying to search a Solr collection with Verity.
>
>  
>
> Mark
>
> On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis 
> wrote:
>
> Has anyone seen this error?
>
>  
>
> *Error executing query : unknown_handler_natural*
>
>  
>
> It is a Solr collection. The collection created fine but i cant search it.
> 
>
>  
>
> Steve
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>
>
> 
>
>  
>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> 2 Devs from Down Under Podcast
>
> http://www.2ddu.com/
>
>  
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> ** **
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
I still want to Full text search which is why i left it in there

 

From: Barry Chesterman [mailto:barrychester...@gmail.com] 
Sent: Tuesday, 7 February 2012 3:07 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Is there a reason why you need to use Query By Example parser (natrual)?

It might be worth leaving the type attribute off altogether.

 

If you're having issues with coldfusions cfsearch tag to query a solr
collection, it's well worth learning how to query Solr directly (You have to
type a wee bit more and do more stuff but it gives you much more control
over what you're actually querying).

 

On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis  wrote:

The documentation does not say you  need to pass in an "engine" value into
the cfsearch tag though.

 

This is all i am doing

 



 

As i said, the collection is there as a solr type and the documentation does
not say anything about the "type" attribute being for verity only

 

 

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, 7 February 2012 2:45 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Sounds like you're trying to search a Solr collection with Verity.

 

Mark

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis  wrote:

Has anyone seen this error?

 

Error executing query : unknown_handler_natural

 

It is a Solr collection. The collection created fine but i cant search it.

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
<mailto:cfaussie%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
<mailto:cfaussie%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Barry Chesterman
Is there a reason why you need to use Query By Example parser (natrual)?
It might be worth leaving the type attribute off altogether.

If you're having issues with coldfusions cfsearch tag to query a solr
collection, it's well worth learning how to query Solr directly (You have
to type a wee bit more and do more stuff but it gives you much more control
over what you're actually querying).

On Tue, Feb 7, 2012 at 4:49 PM, Steve Onnis  wrote:

> The documentation does not say you  need to pass in an “engine” value into
> the cfsearch tag though.
>
> ** **
>
> This is all i am doing
>
> ** **
>
> * criteria="#LCASE(ARGUMENTS.criteria)#" type="natural"  suggestions="always"
> name="resultC" />*
>
> * *
>
> As i said, the collection is there as a solr type and the documentation
> does not say anything about the “type” attribute being for verity only
>
> ** **
>
> ** **
>
> ** **
>
> *From:* Mark Mandel [mailto:mark.man...@gmail.com]
> *Sent:* Tuesday, 7 February 2012 2:45 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* Re: [cfaussie] verity error
>
> ** **
>
> Sounds like you're trying to search a Solr collection with Verity.
>
> ** **
>
> Mark
>
> On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis 
> wrote:
>
> Has anyone seen this error?
>
>  
>
> *Error executing query : unknown_handler_natural*
>
>  
>
> It is a Solr collection. The collection created fine but i cant search it.
> 
>
>  
>
> Steve
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>
>
> 
>
> ** **
>
> --
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
>
> 2 Devs from Down Under Podcast
>
> http://www.2ddu.com/
>
> ** **
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread MrBuzzy
They way I read the documentation is that they type attribute is for verity 
only. 

On 07/02/2012, at 14:49, "Steve Onnis"  wrote:

> The documentation does not say you  need to pass in an “engine” value into 
> the cfsearch tag though.
>  
> This is all i am doing
>  
>  criteria="#LCASE(ARGUMENTS.criteria)#" type="natural"  suggestions="always" 
> name="resultC" />
>  
> As i said, the collection is there as a solr type and the documentation does 
> not say anything about the “type” attribute being for verity only
>  
>  
>  
> From: Mark Mandel [mailto:mark.man...@gmail.com] 
> Sent: Tuesday, 7 February 2012 2:45 PM
> To: cfaussie@googlegroups.com
> Subject: Re: [cfaussie] verity error
>  
> Sounds like you're trying to search a Solr collection with Verity.
>  
> Mark
> 
> On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis  wrote:
> Has anyone seen this error?
>  
> Error executing query : unknown_handler_natural
>  
> It is a Solr collection. The collection created fine but i cant search it.
>  
> Steve
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> 
> 
>  
> -- 
> E: mark.man...@gmail.com
> T: http://www.twitter.com/neurotic
> W: www.compoundtheory.com
> 
> 2 Devs from Down Under Podcast
> http://www.2ddu.com/
>  
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to 
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] verity error

2012-02-06 Thread Steve Onnis
The documentation does not say you  need to pass in an "engine" value into
the cfsearch tag though.

 

This is all i am doing

 



 

As i said, the collection is there as a solr type and the documentation does
not say anything about the "type" attribute being for verity only

 

 

 

From: Mark Mandel [mailto:mark.man...@gmail.com] 
Sent: Tuesday, 7 February 2012 2:45 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] verity error

 

Sounds like you're trying to search a Solr collection with Verity.

 

Mark

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis  wrote:

Has anyone seen this error?

 

Error executing query : unknown_handler_natural

 

It is a Solr collection. The collection created fine but i cant search it.

 

Steve

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com
<mailto:cfaussie%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





 

-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast

http://www.2ddu.com/

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Zac Spitzer
what's your search parameters?

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis  wrote:
> Has anyone seen this error?
>
>
>
> Error executing query : unknown_handler_natural
>
>
>
> It is a Solr collection. The collection created fine but i cant search it.
>
>
>
> Steve
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] verity error

2012-02-06 Thread Mark Mandel
Sounds like you're trying to search a Solr collection with Verity.

Mark

On Tue, Feb 7, 2012 at 2:42 PM, Steve Onnis  wrote:

> Has anyone seen this error?
>
> ** **
>
> *Error executing query : unknown_handler_natural*
>
> ** **
>
> It is a Solr collection. The collection created fine but i cant search it.
> 
>
> ** **
>
> Steve
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>



-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

2 Devs from Down Under Podcast
http://www.2ddu.com/

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.