List Info

Thread: Slide Search




Slide Search
user name
2006-08-23 08:56:57
Hello everyone,

It would be much helpful if anyone could resolve my issue
with Search in
Slide..

Here goes my problem

I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
could retrive the search results. The search is
case-sensitive.. How to make
case-insensitive search..

Any pointers would be much helpful

Thanks.
Slide Search
user name
2006-08-24 11:27:39
I could not understood the "createSearchQuery",
any way i have used Indexing in my slide and i am searchin
for contents and properties by using DASL query. I have
turned off Case - sensivity by minor modification in Slide -
Source:-
   
  Change the org.apche.slide.index.lucene.Index.java line
291
   value.toString().toLowerCase()
   
  Thanks...

boyzzzzgmail.com wrote:
  Hello everyone,

It would be much helpful if anyone could resolve my issue
with Search in
Slide..

Here goes my problem

I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
could retrive the search results. The search is
case-sensitive.. How to make
case-insensitive search..

Any pointers would be much helpful

Thanks.


 				
---------------------------------
 Here's a new way to find what you're looking for - Yahoo!
Answers 
 Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
Slide Search
user name
2006-08-24 11:30:24
On 8/24/06, aslam bari <iamaslamokyahoo.co.in> wrote:
> I could not understood the
"createSearchQuery", any way i have used
Indexing in my slide and i am searchin for contents and
properties by using DASL query. I have turned off Case -
sensivity by minor modification in Slide - Source:-
>
>   Change the org.apche.slide.index.lucene.Index.java
line 291
>    value.toString().toLowerCase()
>
>   Thanks...
>
> boyzzzzgmail.com wrote:
>   Hello everyone,
>
> It would be much helpful if anyone could resolve my
issue with Search in
> Slide..
>
> Here goes my problem
>
> I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
> could retrive the search results. The search is
case-sensitive.. How to make
> case-insensitive search..
>
> Any pointers would be much helpful
>
> Thanks.
>
>
>
> ---------------------------------
>  Here's a new way to find what you're looking for -
Yahoo! Answers
>  Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>

Nice catch but ... you're off standard now ( not that it
matters a lot ... ) .
Could you please post if you have any bugs/difficulties
adopting this solution ?


TIA

Marco

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

Slide Search
user name
2006-08-24 11:30:24
On 8/24/06, aslam bari <iamaslamokyahoo.co.in> wrote:
> I could not understood the
"createSearchQuery", any way i have used
Indexing in my slide and i am searchin for contents and
properties by using DASL query. I have turned off Case -
sensivity by minor modification in Slide - Source:-
>
>   Change the org.apche.slide.index.lucene.Index.java
line 291
>    value.toString().toLowerCase()
>
>   Thanks...
>
> boyzzzzgmail.com wrote:
>   Hello everyone,
>
> It would be much helpful if anyone could resolve my
issue with Search in
> Slide..
>
> Here goes my problem
>
> I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
> could retrive the search results. The search is
case-sensitive.. How to make
> case-insensitive search..
>
> Any pointers would be much helpful
>
> Thanks.
>
>
>
> ---------------------------------
>  Here's a new way to find what you're looking for -
Yahoo! Answers
>  Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>

Nice catch but ... you're off standard now ( not that it
matters a lot ... ) .
Could you please post if you have any bugs/difficulties
adopting this solution ?


TIA

Marco

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

Slide Search
user name
2006-08-24 11:36:29
Hi Ferretti,
  After changing on that particular line code, i have not
faced any case-related problem yet. I am able to search any
thing full text searched, filename searched, Exact-Search,
Advance Search etc. For this many people on the slide
mailing list helped me. I am thankful to them.
  

Marco Ferretti <marco.ferrettigmail.com> wrote:
  On 8/24/06, aslam bari wrote:
> I could not understood the
"createSearchQuery", any way i have used
Indexing in my slide and i am searchin for contents and
properties by using DASL query. I have turned off Case -
sensivity by minor modification in Slide - Source:-
>
> Change the org.apche.slide.index.lucene.Index.java line
291
> value.toString().toLowerCase()
>
> Thanks...
>
> boyzzzzgmail.com wrote:
> Hello everyone,
>
> It would be much helpful if anyone could resolve my
issue with Search in
> Slide..
>
> Here goes my problem
>
> I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
> could retrive the search results. The search is
case-sensitive.. How to make
> case-insensitive search..
>
> Any pointers would be much helpful
>
> Thanks.
>
>
>
> ---------------------------------
> Here's a new way to find what you're looking for -
Yahoo! Answers
> Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>

Nice catch but ... you're off standard now ( not that it
matters a lot ... ) .
Could you please post if you have any bugs/difficulties
adopting this solution ?


TIA

Marco

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org



 				
---------------------------------
 Here's a new way to find what you're looking for - Yahoo!
Answers 
 Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
Slide Search
user name
2006-08-24 11:42:10
Hi, all people,
I posed a question at Slide and you don't give me a
response, the 
question about Slide and how I can use authentication with
another 
source ex. DataBase, LDAP, File XML
and I posed a question about WCK and I haven't response
yet.

Why you don't want to help me at Slide?
thanks all one.
aslam bari a écrit :
> Hi Ferretti,
>   After changing on that particular line code, i have
not faced any case-related problem yet. I am able to search
any thing full text searched, filename searched,
Exact-Search, Advance Search etc. For this many people on
the slide mailing list helped me. I am thankful to them.
>   
>
> Marco Ferretti <marco.ferrettigmail.com> wrote:
>   On 8/24/06, aslam bari wrote:
>   
>> I could not understood the
"createSearchQuery", any way i have used
Indexing in my slide and i am searchin for contents and
properties by using DASL query. I have turned off Case -
sensivity by minor modification in Slide - Source:-
>>
>> Change the org.apche.slide.index.lucene.Index.java
line 291
>> value.toString().toLowerCase()
>>
>> Thanks...
>>
>> boyzzzzgmail.com wrote:
>> Hello everyone,
>>
>> It would be much helpful if anyone could resolve my
issue with Search in
>> Slide..
>>
>> Here goes my problem
>>
>> I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
>> could retrive the search results. The search is
case-sensitive.. How to make
>> case-insensitive search..
>>
>> Any pointers would be much helpful
>>
>> Thanks.
>>
>>
>>
>> ---------------------------------
>> Here's a new way to find what you're looking for
- Yahoo! Answers
>> Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>>
>>     
>
> Nice catch but ... you're off standard now ( not that
it matters a lot ... ) .
> Could you please post if you have any bugs/difficulties
adopting this solution ?
>
>
> TIA
>
> Marco
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
> For additional commands, e-mail: slide-user-helpjakarta.apache.org
>
>
>
>  				
> ---------------------------------
>  Here's a new way to find what you're looking for -
Yahoo! Answers 
>  Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>   


------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

Slide Search
user name
2006-08-24 11:46:55
On 8/24/06, ould sid'ahmed <nouldsidemn.fr> wrote:
> Hi, all people,
> I posed a question at Slide and you don't give me a
response, the
> question about Slide and how I can use authentication
with another
> source ex. DataBase, LDAP, File XML
> and I posed a question about WCK and I haven't
response yet.
>
> Why you don't want to help me at Slide?
> thanks all one.
> aslam bari a écrit :
> > Hi Ferretti,
> >   After changing on that particular line code, i
have not faced any case-related problem yet. I am able to
search any thing full text searched, filename searched,
Exact-Search, Advance Search etc. For this many people on
the slide mailing list helped me. I am thankful to them.
> >
> >
> > Marco Ferretti <marco.ferrettigmail.com> wrote:
> >   On 8/24/06, aslam bari wrote:
> >
> >> I could not understood the
"createSearchQuery", any way i have used
Indexing in my slide and i am searchin for contents and
properties by using DASL query. I have turned off Case -
sensivity by minor modification in Slide - Source:-
> >>
> >> Change the
org.apche.slide.index.lucene.Index.java line 291
> >> value.toString().toLowerCase()
> >>
> >> Thanks...
> >>
> >> boyzzzzgmail.com wrote:
> >> Hello everyone,
> >>
> >> It would be much helpful if anyone could
resolve my issue with Search in
> >> Slide..
> >>
> >> Here goes my problem
> >>
> >> I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
> >> could retrive the search results. The search
is case-sensitive.. How to make
> >> case-insensitive search..
> >>
> >> Any pointers would be much helpful
> >>
> >> Thanks.
> >>
> >>
> >>
> >> ---------------------------------
> >> Here's a new way to find what you're looking
for - Yahoo! Answers
> >> Send FREE SMS to your friend's mobile from
Yahoo! Messenger Version 8. Get it NOW
> >>
> >>
> >
> > Nice catch but ... you're off standard now ( not
that it matters a lot ... ) .
> > Could you please post if you have any
bugs/difficulties adopting this solution ?
> >
> >
> > TIA
> >
> > Marco
> >
> >
------------------------------------------------------------
---------
> > To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
> > For additional commands, e-mail:
slide-user-helpjakarta.apache.org
> >
> >
> >
> >
> > ---------------------------------
> >  Here's a new way to find what you're looking
for - Yahoo! Answers
> >  Send FREE SMS to your friend's mobile from
Yahoo! Messenger Version 8. Get it NOW
> >
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
> For additional commands, e-mail: slide-user-helpjakarta.apache.org
>
>
don't really think this is the way to pose oneself on teh
list.
You posted your question, right. Please don't jump in a
thread that as
very little ( nothing actually, apart from the platform ) to
do with
your question .
The fact that you didn't get any answer may be :
1) People has something more urgent to do
2) People didn't understand your question
3) People never had your same issue and may be hard to
reproduce

cheers

Marco

------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

Slide Search
user name
2006-08-24 13:43:30
I don't give you my mail:

nemane82yahoo.fr
thanks
aslam bari a écrit :
> Hi Ferretti,
>   After changing on that particular line code, i have
not faced any case-related problem yet. I am able to search
any thing full text searched, filename searched,
Exact-Search, Advance Search etc. For this many people on
the slide mailing list helped me. I am thankful to them.
>   
>
> Marco Ferretti <marco.ferrettigmail.com> wrote:
>   On 8/24/06, aslam bari wrote:
>   
>> I could not understood the
"createSearchQuery", any way i have used
Indexing in my slide and i am searchin for contents and
properties by using DASL query. I have turned off Case -
sensivity by minor modification in Slide - Source:-
>>
>> Change the org.apche.slide.index.lucene.Index.java
line 291
>> value.toString().toLowerCase()
>>
>> Thanks...
>>
>> boyzzzzgmail.com wrote:
>> Hello everyone,
>>
>> It would be much helpful if anyone could resolve my
issue with Search in
>> Slide..
>>
>> Here goes my problem
>>
>> I used SearchQuery in Slide. With the help of
"createSearchQuery" method I
>> could retrive the search results. The search is
case-sensitive.. How to make
>> case-insensitive search..
>>
>> Any pointers would be much helpful
>>
>> Thanks.
>>
>>
>>
>> ---------------------------------
>> Here's a new way to find what you're looking for
- Yahoo! Answers
>> Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>>
>>     
>
> Nice catch but ... you're off standard now ( not that
it matters a lot ... ) .
> Could you please post if you have any bugs/difficulties
adopting this solution ?
>
>
> TIA
>
> Marco
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
> For additional commands, e-mail: slide-user-helpjakarta.apache.org
>
>
>
>  				
> ---------------------------------
>  Here's a new way to find what you're looking for -
Yahoo! Answers 
>  Send FREE SMS to your friend's mobile from Yahoo!
Messenger Version 8. Get it NOW
>   


------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribejakarta.apache.org
For additional commands, e-mail: slide-user-helpjakarta.apache.org

[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )