What is the version=2.2 refers in solr admin url

2010-02-01 Thread ashokcz
Hi All , I m using solr admin to try out some search results. was trying with solr 1.2 and then checking with solr 1.4 , just got a doubt on looking at the url parameters. i could see version=2.2 in the url . what that version refers to ?? just curious to know about it :) :) -- View this messa

Re: Wildcard Search and Filter in Solr

2010-02-01 Thread ashokcz
een fixed since. > > Give Solr 1.4 a try. > > 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 >>

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 conf

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 and this is my field type definition for text field

Re: Solr date and string search problem

2009-11-15 Thread ashokcz
7; is being parsed as a date, and fails. Your query > is attempting to find this as a date. Please post your query. and the > configuration that it is used against. > > On Sat, Nov 14, 2009 at 4:16 AM, ashokcz > wrote: >> >> Hi , >> I have been using solr1.2 for a year and now i

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 t

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

2009-10-21 Thread ashokcz
Hi All , sorry for bringing this thread up . but wanted to know answers for my original question. (having relational mapping and reducing the index time .) Have to do this implementation soon . So accordingly i can design . ashokcz wrote: > > Hi Jerome , > thanks for your resp

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

2009-10-19 Thread ashokcz
arch for a name, you'd find users and projects > matching that name. > > Jerome. > > 2009/10/19 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 .

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 t

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

2009-10-14 Thread ashokcz
> structure > for each document in the result. > > Cheers > Avlesh > > On Thu, Oct 15, 2009 at 9:57 AM, ashokcz > wrote: > >> >> Hi All , >> I have a specific requirement of storing multiple type of records. but >> dont >> know how to d

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 h

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
data while indexing, you can achieve the > desired > with a simple facet on this field. > > Cheers > Avlesh > > On Thu, Jul 16, 2009 at 1:19 PM, ashokcz > wrote: > >> >> Hi all, >> i have a scenario where i need to get facet count for combination o

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 s

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
one doubt i 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 Ma

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 manuf