hello all
i need some best practice advice on nested categories i have a atom file
which i am going to index in solr. The file has the below categorization as
you can see below.
the first four category comparison test, honda , kia and sedan are parent
level
Then the next two Civic is a child of Ho
hello
any advice please
--
View this message in context:
http://lucene.472066.n3.nabble.com/need-advice-on-parent-child-mulitple-category-tp4214140p4214602.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello
i have a field in solr
i need to get all documents whose cdStartDAte is null and also if the
cdStartDate is present then it should be from * TO NOW
i added the fq condition ((*:* AND -(cdStartDate:[* TO *])) OR
(cdStartDate:[* TO NOW]))
the issue its working fine except its o
Hello
is there a fix for the NOW rounding
Otherwise i have to get current date and crreate a range query like
* TO -MM-ddThh:mm:ssZ
--
View this message in context:
http://lucene.472066.n3.nabble.com/Filter-query-not-working-for-time-range-tp4122441p4122723.html
Sent from the Solr - User
i am only concerned till minute granularity. Also the i am using
solr.trieDateField
is there a provision for this
Please let me know
thanks
darniz
--
View this message in context:
http://lucene.472066.n3.nabble.com/Rounding-date-indexing-to-minute-tp4129482.html
Just to clarify when people mention rounding date till minute they mean to
store seconds as 00
hence there is nothing like storing date in below format, or am i wrong.
2014-03-11T07:00Z
Date are always stored in below format and by rounding people mean to store
seconds as 00 so taht there are few
Hello
i have come across many threads where people have asked how to fetch doc
based on date comparison, my problem is pretty much on the same line. based
on todays date i want to fetch documents which are live For example i have
three doc below
i want to select only one doc based on todays dat
Thanks for the quick answer i was able to solve my problem with the addition
of two new fields and if todays date is april14 my query is
(liveStartDate:[* TO 2014-04-14T00:00:00Z] AND
liveEndDate:[2014-04-14T00:00:00Z TO *])
and its fetches me the correct document
guess my initial question doe
Thanks eric
i think thats the way to go
This leads to one more question. since now that i have two doc with the same
content path i want to get distinct content path with max date.
1
/editorial-updates
Sept content : Honda is releasing the car this
month
2
/editorial-update
Hello
i need to know how can i filter on solr pivot data.
For exampel we have a dealer which might have many cars in his lot and car
has photos, i need to find out a dealer which has cars which has no photos
so i have
dealer1 -> has 20 cars -> all of them has photos
dealer2 -> has 20 cars ->
Thanks for the reply
but a filter query like -[* TO *] will give me vins which dont have a photo,
it might qualify a dealer to show up but what if that dealer has other vin
which has photo
my requirement is i want to show the dealer only if all vin have no photos
--
View this message in conte
hello Users,
i have a requirement where my content should be search based upon time. For
example below is our content in our cms.
Sept content : Honda is releasing the car this month
Dec content : Toyota is releasing the car this month
On the website based upon time we display the co
Thanks for the quick answers.
i have gone thru the presentation and thats what i was tilting towards using
dynamic fields i just want to run down an example so thats its clear about
how to approach this issue.
Sept content : Honda is releasing the car this month
Dec content : Toyota is
Hello
i just wanted to make sure can we query dynamic fields using wildcard well
if not then i dont think this solution might work, since i dont know the
exact concrete name of the field.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Doing-time-sensitive-search-in-solr-
fields will help with this, or
how my doc will look like and how can i query.
darniz
--
View this message in context:
http://lucene.472066.n3.nabble.com/Doing-time-sensitive-search-in-solr-tp4092273p4092989.html
Sent from the Solr - User mailing list archive at Nabble.com.
i am assuming there is no solution or i have to handle it at index time.
Any solr experts please
--
View this message in context:
http://lucene.472066.n3.nabble.com/Doing-time-sensitive-search-in-solr-tp4092273p4093414.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks Eric.
i hope i understood correctly, but my main concern is i have to tie specific
content indexed to a specific time range. and make that document come up in
search results only for that time. As i have mentioned in my previous
example we have multiple data-string structures which makes a
Thanks Eric
Ok if we go by that proposal of copying all date fields into on bag_of_dates
field
Hence now we have a field and it will look something like this.
2013-09-01T00:00:00Z
2013-12-01T00:00:00Z
Sept content : Honda is releasing the car this month
Dec content : T
Hello All,
i am this strange issue of http 411 Length required error. My Solr is hosted
on third party hosting company and it was working fine all these while.
i really don't understand why this happened. Attached is the stack trace any
help will be appreciated
org.apache.solr.common.SolrExcepti
NY,def);
server.getHttpClient().getParams().setAuthenticationPreemptive(true);
for (Obj obj:objects){
server.addBean(obj);
}
Thanks
darniz
--
View this message in context:
http://lucene.472066.n3.nabble.com/Inserting-documents-using-get-method-tp3511499p3511499.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello
can anyone has any advice
This is the code i am using
server =new CommonsHttpSolrServer("http://www.mysolrserver.com/solr";);
Credentials def = new UsernamePasswordCredentials("xxx","xxx");
server.getHttpClient().getState().setCredentials(AuthScope.ANY,def);
server.getHttpClient().
. in that case why would we need index time
analyzers, unless i am missing something.
Please let me know
darniz
--
View this message in context:
http://lucene.472066.n3.nabble.com/Do-we-need-index-analyzer-for-query
Hello
i am trying to update a filed in my solr doc using curl, dont know why its
giving me this error when i try to do this statment
curl 'myhostname:8080/solr/update?commit=true' -H
'Content-type:application/json' -d
'[{"id":"contentId#63481697","price":{"set":16595}}]'
i am getting this error
Sorry for urgency, but i tried many different things i would appreciate if
anyone can provide solution for this.
--
View this message in context:
http://lucene.472066.n3.nabble.com/error-while-doing-partial-update-using-curl-tp4022313p4022408.html
Sent from the Solr - User mailing list archive
i tried issuing a command using curl with xml syntax and it turns out that it
replace my whole documents rather than updating a specific field this is
what i gave, i got an impression providing update=set will only changes that
field rather than reindexing the entire document. Any idea how to issue
Thanks for the reply
i checked the solr version and we do use exact version
4.0.0.2012.10.06.03.04.33
and also i have posted my solconfig.xml file snippet, and your assumption
was correct, it did used XmlUpdateRequestHandler.
Do you know whats the correct way to provide xml in order to do par
Hi Guys,
I am using third party hosting i uploaded the solr war file. Stopped my
tomcat, changed the web.xml and set the solr home manually there to
/usr/myaccountname/solr-home
As said in doc, i copied the entire contents under solr_dist/example/solr
under my solr-home folder. i bounced the serv
Thanks
thats the bottle neck i am strugging with. i have configured the jndi lookup
for solr home many times on my pc no issues, but just a bit clueless on how
to go with a remote machine. here is te exact snipped i have in my web.xml
please have a look and tell me is there something wrong with
Ok got it
The problem was very simple, thanks to post i just have to comment the
following line in solrconfig.xml
${solr.data.dir:./solr/data}
and that seems to do the trick
Thanks guys
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr-on-third-party-hosting-account-t
Hello,
i uploaded solr.war file on my hosting provider and added security
constraint in web.xml file on my solr war so that only specific user with a
certain role can issue get and post request. When i open browser and type
www.maydomainname.com/solr i get a dialog box to enter userid and password
client so that i dont have to
specify the port
Thanks
darniz
--
View this message in context:
http://lucene.472066.n3.nabble.com/configure-httpclient-to-access-solr-with-user-credential-on-third-party-host-tp2360364p2364190.html
Sent from the Solr - User mailing list archive at Nabble.com.
could anybody provide me with a complete data import handler example with
oracle if there is any.
thanks
rashid
--
View this message in context:
http://www.nabble.com/Writing-own-request-handler-tutorial-tp24943849p24943849.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi
i have some basic yet important question about solr and that too with
terminology.
I want to be crystal clear about it.
Please answer the following questions.
Question 1
1) "Incoming queries are processed by the appropriate SolrRequestHandler.
For the purposes of this discussion, you will use
Coming back to Question one
This is how my standard handler looks like
12
explicit
make,model
i added fl parameter which return me those fields described, for this also
i have to delete my browser cache and after that by defatul only those two
fields a
Hello
i created a custom request handler and i want it to do a search on features
and make field by default. i added the following decleration in my
solrconfig.xml file
12
explicit
*
model desc
features,make
as you can see in the qf i defin
Thanks it working now.
Moving on the same topic i need two more answers
1) is there a parameter where i can flush out the browser cache. Most of the
time i see cached content in brower and i have to delete the temp files
folder.
2) the other thing i wanted to know how to do stem search.
Does dis
Continuing on this i am having a use case where i have to strip out single
quote for certain fields for example for testing i added teh following
fieldType in schema.xml file
and then i declared a field like this.
So i am assuming if i index a docum
HI
i dont understand whats wrong here.
i am trying to implement solr.StopFilterFactory
here is my field type definition
and i have field which is
when i try to insert a doc like
an elphant is an animal
it does not remove an and
Thanks Yonik
So the stopFilter works is that if i give a string like "the elephant is an
animal", and when i retrieve the document the stored value will always be
the same, only the index will be done on "elephant" and "animal".
I was of the impression that Solr automatically takes out that word
Thanks Yonik
So its basically how the field is indexed and not stored.
So i give "the elephant is an animal" and try to get back the document it
should see the entire string, only the index is done on elephant and animal.
i was of the impression that when solr loads that document it strips out
tho
i have a field defined in my schema.xml file
If i analyse this field type in analysis.jsp, the follwoing are the results
if i give "running" its stems word to run which is fine
If i give "machine" why is that it stems to "machin", now fro
Thanks Hoss
Could you please provide with any example
Does solr provide any implementation for dictionary stemmer, please let me
know
Thanks
Rashid
hossman wrote:
>
>
> : If i give "machine" why is that it stems to "machin", now from where
> does
> : this word come from
> : If i give "revol
this.
thanks
darniz
Yonik Seeley-2 wrote:
>
> On Mon, Sep 7, 2009 at 2:49 AM, darniz wrote:
>> Does solr provide any implementation for dictionary stemmer, please let
>> me
>> know
>
> The Krovetz stemmer is dictionary based (english only):
if some one can give me a hint on this.
thanks
darniz
--
View this message in context:
http://www.nabble.com/Using-EnglishPorterFilterFactory-in-code-tp25393325p25393325.html
Sent from the Solr - User mailing list archive at Nabble.com.
The link to download kstem is not working.
Any other link please
Yonik Seeley-2 wrote:
>
> On Mon, Sep 7, 2009 at 2:49 AM, darniz wrote:
>> Does solr provide any implementation for dictionary stemmer, please let
>> me
>> know
>
> The Krovetz stemmer is
cifying how to declare a field type with that kind of stemmer.
Could any body give some snippet.
Expanssion Stemming By using SynonymFilterFactory
no comments
Kstem which is less aggressive stemmer
When i click the download the jar it doesn't work for the past two days.
Dont know exactlty
ownload KStem?
>
I am stuck with the same issue
its link is not working for a long time
is there any alternate link
Please let us know
darniz
--
View this message in context:
http://www.nabble.com/KStem-download-tp24375856p25440432.html
Sent from the Solr - User mailing list archive at Nabble.com.
its throwing class not found exception.
Is there some other files which i am missing.
Please let me know thanks
Rashid
Yonik Seeley-2 wrote:
>
> On Mon, Sep 14, 2009 at 1:56 PM, darniz wrote:
>> Pascal Dimassimo wrote:
>>>
>>> Hi,
>>>
>>> I want t
ass not found exception.
Is there some other files which i am missing.
Please let me know thanks
darniz
Yonik Seeley-2 wrote:
>
> On Mon, Sep 14, 2009 at 1:56 PM, darniz wrote:
>> Pascal Dimassimo wrote:
>>>
>>> Hi,
>>>
>>> I want to try
i was able to declare a field type when the i use the lucid distribution of
solr
But if i copy the two jars and put it in lib directory of apache solr
distribution it still gives me the following error.
SEVERE: java.lang.NoClassDefFoundError:
org/apache/solr/util/pl
versioning issue.
darniz wrote:
>
> Ok i downlaod the lucid imaginationversion of Solr.
>
> From the lib directory i copied the two jars
> lucid-kstem.jar and lucid-solr-kstem.jar
>
> and put in my local solr instance
> at
> C:\solr\apache-solr-1.3.0\lib
>
> When
to find a synonym match.
Can anybody please explain if my observation is correct. This is a very
critical aspect for my work.
Thanks
darniz
--
View this message in context:
http://www.nabble.com/Question-regarding-synonym-tp25720572p25720572.html
Sent from the Solr - User mailing list archive at Nabble.com.
he desired result
Any opinion
darniz
Ensdorf Ken wrote:
>
>> Hi
>> i have a question regarding synonymfilter
>> i have a one way mapping defined
>> austin martin, astonmartin => aston martin
>>
> ...
>>
>> Can anybody please explain if my ob
>
> the following should word:
>
> carDescription:(austin martin)
>
>
> On 10/02/2009 05:46 PM, darniz wrote:
>> This is not working when i search documents i have a document which
>> contains
>> text aston martin
>>
>> when i search carDescription
"motoren" "werke"
any text query like text:motoren or text:bayrische will give me results now.
Please correct me if my assumption is wrong.
Thanks
darniz
Christian Zambrano wrote:
>
>
>
> On 10/02/2009 06:02 PM, darniz wrote:
>> Thanks
>> As i sai
83/solr/proxTest/?q="honda car"
Thanks
darniz
--
View this message in context:
http://www.nabble.com/Question-regarding-proximity-search-tp25829639p25829639.html
Sent from the Solr - User mailing list archive at Nabble.com.
spellcheck.dictionary parameter is mySpellChecker.
Please let know if this the best way since i have to start implementing it.
thanks
darniz
--
View this message in context:
http://www.nabble.com/Spell-check-suggestion-and-correct-way-of-implementation-and-some-Questions-tp26096664p26096664.html
Sent
description:warranty
which i dont want i want to get back only the text ie warranty.
We are using collation to return back the results since if a user types
three words then we use collation in the response element to display the
spelling suggestion.
Any advice
darniz
--
View this message in context:
http
description:warranty
which i dont want i want to get back only the text ie warranty.
We are using collation to return back the results since if a user types
three words then we use collation in the response element to display the
spelling suggestion.
Any advice
darniz
--
View this message in context:
http
POM.
i searched the maven repo at http://repo2.maven.org/maven2 and can find the
Kstem definition
Any advice
darniz
--
View this message in context:
http://old.nabble.com/lucid-kstem-group-and-artifact-id-to-put-in-POM-tp26163608p26163608.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks
i included the buildOncommit and buildOnOptimize as true and indexed some
documents and it automatically builds the dictionary.
Are there any performance issues we should be aware of, with this approach.
Rashid
--
View this message in context:
http://old.nabble.com/Spell-check-suggest
hello
i wanted to know if its possible to search on one field and provide boosting
relevancy on other fields.
For example if i have fields like make, model, description etc and all are
copied to text field.
So can i define a handler where i do a search on text field but can define
relevancy model
way to run the indexer again.
Please let me know.
Thanks
darniz
--
View this message in context:
http://old.nabble.com/initiate-reindexing-in-solr-for-field-type-changes-tp26397067p26397067.html
Sent from the Solr - User mailing list archive at Nabble.com.
does this things in the
background.
i hope i make sense.
darniz
--
View this message in context:
http://old.nabble.com/initiate-reindexing-in-solr-for-field-type-changes-tp26397067p26413172.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks
Could you elaborate what is compatible schema change.
Do you mean schema change which deals only with query time.
darniz
Otis Gospodnetic wrote:
>
> Darniz,
>
> Yes, if there is an incompatible schema change, you need to reindex your
> documents.
>
> Otis
> P
Hi
We are having issue running our test cases with third party library for
embedded solr.
For exampel we are using kstem library which is not a part of solr
distirbution. When we run test cases our schema.xml has defintion for lucid
kstem and it throws ClassNotFound Exception.
We declared the depe
t field where as using Term component is more like
you can define at query time what fields you want to use to fetch
autocomplete from.
Any idea whats the best and why the Term component is not giving me an
entire phrase which i mentioned earlier.
FYI
my title field is of type text.
Thanks
darniz
-
thanks
darniz
Shalin Shekhar Mangar wrote:
>
> On Thu, Nov 19, 2009 at 4:50 AM, darniz wrote:
>
>>
>> Thanks
>> Could you elaborate what is compatible schema change.
>> Do you mean schema change which deals only with query time.
>>
>>
> A c
e a result considering there is a word "choose" in the
phrase
How to choose the right insurance company
i might look more at documentation but do you have anything to advice.
darniz
Shalin Shekhar Mangar wrote:
>
> On Tue, Nov 24, 2009 at 10:12 AM, darniz wrote:
>
&g
can anybody update me if its possible that a word within a phrase is match,
that phrase can be displayed.
darniz
darniz wrote:
>
> Thanks for your input
> You made a valid point, if we are using field type as text to get
> autocomplete it wont work because it goes through tokeni
Hello All,
i am getting this exception when i start solr.
when i use hte original schema file and config file it is fine, but when we
put our own schema file it gives the error.
i made sure we dont have any documents in our index.
Still we get this error, any idea
Cant figure out which field i
its strange i had a dismaxhandler and it had an empty value for ps field
i added a default value like 100 and the error disappeared.
markrmiller wrote:
>
> Can you share the config files?
>
> darniz wrote:
>> Hello All,
>>
>> i am getting this exception when i
xes which are an improvement over the standard
> 1.3).
>
> -Jay
> http://www.lucidimagination.com
>
>
> On Mon, Sep 14, 2009 at 6:09 PM, darniz wrote:
>
>>
>> i was able to declare a field type when the
is it represented in lucene syntax.
Please let me know
darniz
Alessandro Ferrucci-3 wrote:
>
> yeah that is possible, I just tried on one of my solr instances..let's say
> you have an index of player names:
>
> (first-name:Tim AND last-name:Anderson) OR (first-n
Hello
can somone please answer this.
someone told me that using fq parameter in the dismax handler might cuase
some relevancy and weighting issues.
I haven't read this anywhere.
Please let me know if this is the case.
Thanks
darniz
--
View this message in context:
http://old.nabble.com
for documents. They only affect which documents are matched.
>
> -Yonik
> http://www.lucidimagination.com
>
>
> On Wed, Dec 9, 2009 at 5:00 PM, darniz wrote:
>>
>> Hello
>> can somone please answer this.
>> someone told me that using fq parameter in the di
Anyway i wrote a lucene syntax for this
+((+category:audio +brand:sony)|(+category:video +brand:sony))
Thanks
darniz
Shalin Shekhar Mangar wrote:
>
> On Thu, Dec 10, 2009 at 2:50 AM, darniz wrote:
>
>>
>> Can you please let me know how to describe that condition.
>
pes category:sony i want highlighted resutls.
if user types category:audio system i want the same document too.
i initially thought there might be some property like preserveOriginal for
synonym filter too like we had for worddelimiter tokeniser.
please let me know is there any alternative.
Thanks
dar
Hi Guys.
i have a requirement where we dont want to hightlight synonym matches.
for example i search for caddy and i dont want to highlight matched synonym
like cadillac.
Looking at highlighting parameters i didn't find any support for this.
anyone can offer any advice.
darniz
--
View
Hi All
i am having a query being constructed at runtime. For example from
freemarker i am getting a string like
vehicleType:Sedan+features:mast antenna+msrp:[1 TO 2].
When i make a solrJ call i have to manually check the data type of the
field. For text search i have to append double quote
Hello
is there a way you can get all the results back from SOLR when querying
solrJ client
my gut feeling was that this might work
query.setRows(-1)
The way is to change the configuration xml file, but that like hard coding
the configuration, and there also i have to set some valid number, i ca
t 2:26 PM, darniz wrote:
>> i have a requirement where we dont want to hightlight synonym matches.
>> for example i search for caddy and i dont want to highlight matched
>> synonym
>> like cadillac.
>> Looking at highlighting parameters i didn't find any supp
Thanks we were having the saem issue.
We are trying to store article content and we are strong a field like
This article is for blah .
Wheni see the analysis.jsp page it does strip out the tags and is
indexed. but when we fetch the document it returns the field with the
tags.
>From solr point of
example if i enter a field like
honda car road review
When i do analysis on the body field the html filter removes the tag and
indexed works honda, car, road, review. But when i fetch body field to
display in my document it returns honda car road review
I hope i make sense.
thanks
darniz
Erick
no problem
Erick Erickson wrote:
>
> Ah, I read your post too fast and ignored the title. Sorry 'bout that.
>
> Erick
>
> On Mon, Jan 11, 2010 at 2:55 PM, darniz wrote:
>
>>
>> Well thats the whole discussion we are talking about.
>> I had the im
s.
But if i remove the double quotes it matches that document.
Now if i add extra query field &qf=caption and then do a phrase search i get
back that document since caption is of type string and it maintains all the
stop words and other stuff.
Is my assumption correct.
After i get a respo
Hello all,
We are using Index based spell checker.
i was wondering with the help of any url parameters can we delete the spell
check index directory.
please let me know
thans
darniz
--
View this message in context:
http://old.nabble.com/Deleting-spelll-checker-index-tp27376823p27376823.html
Then i assume the easiest way is to delete the directory itself.
darniz
hossman wrote:
>
>
> : We are using Index based spell checker.
> : i was wondering with the help of any url parameters can we delete the
> spell
> : check index directory.
>
> I don't think
true&spellcheck.dictionary=default
i cant afford to reindex data everytime.
Any answer ASAP will be appreciated
Thanks
darniz
darniz wrote:
>
> Then i assume the easiest way is to delete the directory itself.
>
> darniz
>
>
> hossman wrote:
>>
>>
&g
Any update on this
Do you guys want to rephrase my question, if its not clear.
Thanks
darniz
darniz wrote:
>
> HI Guys
> Opening this thread again.
> I need to get around this issue.
> i have a spellcheck field defined and i am copying two fileds make and
> model to this fi
be created but how can i make sure i remove the
preivious indexed terms.
Thanks
darniz
How can i reset my dictionary is there away to do it.
hossman wrote:
>
>
> : Any update on this
>
> Patience my friend ... 5 hours after you send an email isn't long enough
> to
mySpellText fields get rid
of all previous terms
Thanks a lot
darniz
hossman wrote:
>
> : But still i cant stop thinking about this.
> : i deleted my entire index and now i have 0 documents.
> :
> : Now if i make a query with accrd i still get a suggestion of accord even
> :
reasonable workaround
Thanks
darniz
Lance Norskog-2 wrote:
>
> This is a quirk of Lucene - when you delete a document, the indexed
> terms for the document are not deleted. That is, if 2 documents have
> the word 'frampton' in an indexed field, the term dictionary contains
>
ere are some configurable parameters
thanks
darniz
--
View this message in context:
http://old.nabble.com/spellcheck.build%3Dtrue-has-no-effect-tp27648346p27648346.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello
Can someone please correct me or acknowlege me is this the correct
behaviour.
Thanksdarniz
darniz wrote:
>
> Hello All.
> After doing a lot of research i came to this conclusion please correct me
> if i am wrong.
> i noticed that if you have buildonCommit and buildOnOpti
=true&version=2.2&start=0&rows=10&indent=on&spellcheck=true&spellcheck.field=edmundsSearchSpellText&spellcheck.collate=true&spellcheck.extendedResults=true&spellcheck.onlyMorePopular=true
thanks
darniz
--
View this message in context:
http://old.nabble.com/Sp
=true&version=2.2&start=0&rows=10&indent=on&spellcheck=true&spellcheck.field=edmundsSearchSpellText&spellcheck.collate=true&spellcheck.extendedResults=true&spellcheck.onlyMorePopular=true
thanks
darniz
--
View this message in context:
http://old.nabble.com/Sp
Thanks for the prompt reply
i added the parameter
0.7
to my config and this seems to take care of it.
Works which are present very close to the misspelled words seems to come
back now.
darniz
Markus Jelsma - Buyways B.V. wrote:
>
> darniz said:
>>
>> Hello All
>> P
Is there a way you can override accuracy with the html url parameters for
testing.
i dont want to change config file for each change and bounce server.
Thanks
darniz
Grant Ingersoll-6 wrote:
>
> Hmm, as far as I can tell, neither of those should give suggestions,
> as they both
vice will be appreciated.
darniz
Otis Gospodnetic wrote:
>
> I don't think so. I just prefer shorter (cleaner?) URLs.
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
> - Original Message
>> From: solr_user
>> To
1 - 100 of 101 matches
Mail list logo