Hi there,
Are you sure you did a commit after your insertion ?
On Fri, Oct 24, 2008 at 8:11 AM, sunnyfr <[EMAIL PROTECTED]> wrote:
>
> Even that doesn't work,
> How can I check properly, I did insert one document but I can't get it back
> ???
>
>
> Feak, Todd wrote:
>>
>> Unless "q=ALL" is a spec
Even that doesn't work,
How can I check properly, I did insert one document but I can't get it back
???
Feak, Todd wrote:
>
> Unless "q=ALL" is a special query I don't know about, the only reason you
> would get results is if "ALL" showed up in the default field of the single
> document that wa
Unless "q=ALL" is a special query I don't know about, the only reason you would
get results is if "ALL" showed up in the default field of the single document
that was inserted/updated.
You could try a query of "*:*" instead. Don't forget to URL encode if you are
doing this via URL.
-Todd
---