Re: search for web address

2006-08-21 Thread ould sid'ahmed
a copy of Luke and examining your index to see if what you indexed is indexed as you expect. See http://www.getopt.org/luke/ Best Erick On 8/18/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote: thank you for your response, I index an URL, I use WhiteSpaceAnalyzer, but if do a s

Re: search for web address

2006-08-18 Thread ould sid'ahmed
e search like "http*", it returns me all address indexed Simon Willnauer a écrit : It's like looking for a needle in a haystack without any sinppets of your code. If you provide some infomation about how you index and search the specific field you will get an answer. :) best regard

search for web address

2006-08-18 Thread ould sid'ahmed
Hello, I indexed my document but, Can I search for an address web, it returns me no result, and when I search the same address with a query like "http*" it returns me a result, can you help me thanks - To unsubscribe, e-mai

Re: research lucene

2006-08-10 Thread ould sid'ahmed
ength()); Output: Search for title: 1 Search for 2006: 1 I actually can't really get your problem. regards simon On 8/10/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote: The probl add(new Field( fieldName(), fieldValue, Field.Store, Field.Index)); and I use the WhiteSpaceAnalyser, but

Re: research lucene

2006-08-10 Thread ould sid'ahmed
mon Willnauer a écrit : could you provide a bit more info on your index process? (analyzer,Field, Store, Index) regards simon On 8/10/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote: Hello, I don't know why it don't index the number values, I look with Luke Lucene, I founde

Re: research lucene

2006-08-10 Thread ould sid'ahmed
e whats in your index (Field.Store.Yes) and see if your analyzer removes the digits. SimpleAnalyzer removes them but StandartAnalyzer keeps the digits. regards simon On 8/9/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote: Simon Willnauer a écrit : > You should rather explain what you exp

Re: research lucene

2006-08-09 Thread ould sid'ahmed
Simon Willnauer a écrit : You should rather explain what you expect from indexing your number not as string values. best regards simon On 8/9/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote: Erick Erickson a écrit : > What analyzers are you using for both indexing and searching? So

Re: research lucene

2006-08-09 Thread ould sid'ahmed
Under any circumstances, you really, really, really want to get a copy of Luke (http://www.getopt.org/luke/) which will allow you to examine your index to see what it actually contains. I've been surprised more than once by thinking that my index contained something it really hadn't. Best Er

research lucene

2006-08-09 Thread ould sid'ahmed
Hello, I don't arrive to get result from the field have a value numeric for example "date=2005" or "title=900", I have indexed the fields "date" with String value. I want know why? Can you help me? thanks. - To unsubscribe,