Re: Wildcard Search and Filter in Solr

2010-02-01 Thread ashokcz
. Erik On Jan 27, 2010, at 12:56 AM, ashokcz wrote: Hi just looked at the analysis.jsp and found out what it does during index / query Index Analyzer Intel intel intel intel intel intel Query Analyzer Inte* Inte* inte* inte inte inte int I think somewhere my configuration

Re: Wildcard Search and Filter in Solr

2010-01-26 Thread ashokcz
Hi just looked at the analysis.jsp and found out what it does during index / query Index Analyzer Intel intel intel intel intel intel Query Analyzer Inte* Inte* inte* inte inte inte int I think somewhere my configuration or my definition of the type text is wrong. This is my

Wildcard Search and Filter in Solr

2010-01-25 Thread ashokcz
Hi , I m trying to use wildcard keywords in my search term and filter term . but i didnt get any results. Searched a lot but could not find any lead . Can someone help me in this. this is my schema.xml entries field indexed=true name=VendorName stored=true type=text/ field indexed=true

Re: Solr date and string search problem

2009-11-15 Thread ashokcz
, ashokcz ashokkumar.gane...@tcs.com wrote: Hi , I have been using solr1.2 for a year and now i m facing a weird problem. Till now i have used only string and number solr types for the search field . and whatever string the users are trying to search will pass it on to the search engine

Solr date and string search problem

2009-11-14 Thread ashokcz
Hi , I have been using solr1.2 for a year and now i m facing a weird problem. Till now i have used only string and number solr types for the search field . and whatever string the users are trying to search will pass it on to the search engine and it will find in appropraite fields and return me

Is Relational Mapping (foreign key) possible in solr ??

2009-10-19 Thread ashokcz
Hi i browsed through the solr docs and user forums and what i infer is we cant use solr to store Relational Mapping(foreign key) in solr . but just want to know if any chances of doing the same. I have two tables User table (with 1,00,000 entries ) and project table with (200 entries ). User

Re: Is Relational Mapping (foreign key) possible in solr ??

2009-10-19 Thread ashokcz
. 2009/10/19 ashokcz ashokkumar.gane...@tcs.com: Hi i browsed through the solr docs and user forums and what i infer is we cant use solr to store Relational Mapping(foreign key) in solr . but just want to know if any chances of doing the same. I have two tables User table (with 1,00,000 entries

Re: storing multiple type of records (Parent - Child Relationship)

2009-10-15 Thread ashokcz
format. e.g. in your case - projectName$$projectBU$$projectLocation etc. This data can be interpreted in your application to convert it back into a proper relational data structure for each document in the result. Cheers Avlesh On Thu, Oct 15, 2009 at 9:57 AM, ashokcz ashokkumar.gane

storing multiple type of records (Parent - Child Relationship)

2009-10-14 Thread ashokcz
Hi All , I have a specific requirement of storing multiple type of records. but dont know how to do it . First let me tell the requirement. I have a table called user table and a user can be mapped to multiple projects. User table details are User Name , User Id , address , and other details . I

Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
Hi all, i have a scenario where i need to get facet count for combination of fields. Say i have two fields Manufacturer and Year of manufacture. I search for something and it gives me 15 results and my facet count as like this : Manufacturer : Nokia(5);Motorola(7);iphone(3) Year of

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
am using Solr-1.2.0 Version . is this feature present in Solr-1.2.0 Version ?? thanks . Koji Sekiguchi-2 wrote: ashokcz wrote: Hi all, i have a scenario where i need to get facet count for combination of fields. Say i have two fields Manufacturer and Year of manufacture. I search

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
hmmm thanks Koji :handshake: will trymy hands on 1.4 version and see my luck =^D Koji Sekiguchi-2 wrote: ashokcz wrote: Hi thanks Koji Sekiguchi-2 for your reply . Ya i was looking something like that . So when doing the solrrequest is should have extra config parameters facet.tree and i

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
the desired with a simple facet on this field. Cheers Avlesh On Thu, Jul 16, 2009 at 1:19 PM, ashokcz ashokkumar.gane...@tcs.com wrote: Hi all, i have a scenario where i need to get facet count for combination of fields. Say i have two fields Manufacturer and Year of manufacture. I