sreevib wrote:
> Thank you. I could now run Opengrok to index the source files. But I have 
> some questions on the search.
>
> 1. *ABC does not work
>   

need to be turned on, see command line options or code ... I think it 
was discussed (pointed out) in this list some days ago
Right side * should work

> 2. Search for abc and aBc have same results
>   

hmm, case sensitivity ... not sure if lucene supports it, refer to 
lucene docs how to turn it on (I fear you'd need to rebuild indexes, 
maybe modify opengrok code)

> 3. Square Brackets Wildcard also does not work
>   

not sure if you can escape them ... or enclose in " "

> 4. After the search, the definitions and symbols do not appear in bold/italic 
> and purple fonts
>   

hmm, this can be a style specific problem ...
One would need to compare styles in css with what is generated from 
results jsp page & see if it fits

> Is there a help manual on how to perform "search" operation with examples 
> available?
>   

there should be a help button, e.g. : 
http://src.opensolaris.org/source/help.jsp
but all in all just study lucene searching syntax ... ( e.g. 
http://lucene.apache.org/java/2_3_1/queryparsersyntax.html , but not 
sure if everything is enabled in opengrok)

--
L

>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> opengrok-discuss mailing list
> opengrok-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss
>   


Reply via email to